guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: libgsf: Update to 1.14.47.


From: guix-commits
Subject: 12/15: gnu: libgsf: Update to 1.14.47.
Date: Thu, 26 Mar 2020 17:40:28 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 2b9b854cd18edb0dc13bdcfd9d290530974d71c9
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 26 16:13:53 2020 +0100

    gnu: libgsf: Update to 1.14.47.
    
    * gnu/packages/gnome.scm (libgsf): Update to 1.14.47.
---
 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 ef65c5b..77964f5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2059,7 +2059,7 @@ XML/CSS rendering engine.")
 (define-public libgsf
   (package
     (name "libgsf")
-    (version "1.14.46")
+    (version "1.14.47")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2067,7 +2067,7 @@ XML/CSS rendering engine.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
+                "0kbpp9ksl7977xiga37sk1gdw1r039v6zviqznl7alvvg39yp26i"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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