guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: libgsf: Update to 1.14.44.


From: Marius Bakke
Subject: 01/04: gnu: libgsf: Update to 1.14.44.
Date: Sun, 19 Aug 2018 09:46:07 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 16b1effb5f5bc0f2e1ca7fe5379e1f681c243fd2
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 15:36:23 2018 +0200

    gnu: libgsf: Update to 1.14.44.
    
    * gnu/packages/gnome.scm (libgsf): Update to 1.14.44.
---
 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 8459bf9..040fd92 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1176,7 +1176,7 @@ XML/CSS rendering engine.")
 (define-public libgsf
   (package
     (name "libgsf")
-    (version "1.14.43")
+    (version "1.14.44")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1184,7 +1184,7 @@ XML/CSS rendering engine.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05pf3h0dha3s20ddsrljbx7m94qyiqs5igwxx1ql0vlsdlylx50j"))))
+                "1ppzfk3zmmgrg9jh8vc4dacddbfngjslq2wpj94pcr3i0c8dxgk8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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