guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: libgsf: Update to 1.14.46.


From: guix-commits
Subject: 01/03: gnu: libgsf: Update to 1.14.46.
Date: Fri, 10 May 2019 08:20:55 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 8d1644a1f58f6749078bbbf3306fd0bb736d323e
Author: Marius Bakke <address@hidden>
Date:   Sun May 5 14:54:01 2019 +0200

    gnu: libgsf: Update to 1.14.46.
    
    * gnu/packages/gnome.scm (libgsf): Update to 1.14.46.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8e3b7a4..48df787 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1281,7 +1281,7 @@ XML/CSS rendering engine.")
 (define-public libgsf
   (package
     (name "libgsf")
-    (version "1.14.45")
+    (version "1.14.46")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1289,7 +1289,7 @@ XML/CSS rendering engine.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1yk91ccf7z9b8d8ac6vip3gc5c0pkwgabqy6l0pj0kf43l7jrg2w"))))
+                "0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]