gnu: libgsf: Update to 1.14.40.
author宋文武 <iyzsong@gmail.com>
Mon, 22 Aug 2016 13:35:24 +0000 (21:35 +0800)
committer宋文武 <iyzsong@gmail.com>
Tue, 23 Aug 2016 11:46:53 +0000 (19:46 +0800)
* gnu/packages/gnome.scm (libgsf): Update to 1.14.40.

gnu/packages/gnome.scm

index a3f0a7a..8acf7f6 100644 (file)
@@ -904,7 +904,7 @@ XML/CSS rendering engine.")
 (define-public libgsf
   (package
     (name "libgsf")
-    (version "1.14.36")
+    (version "1.14.40")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -912,7 +912,7 @@ XML/CSS rendering engine.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0h19ssxzz0cmznwga2xy55kjibm24mwxqarnpd0w7xy0hrzm1dvi"))))
+                "1q2i5p9s5zw0y0502risykrzkfma7p24n3mmh244scjy9f4kh1im"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)