summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-06 19:34:16 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:45:29 +0200
commit26fa2085c430893a6805e8cc5bdfc6ef71763e6b (patch)
tree4fb7d4f438c2017d39372ca3c3ce470c4a726217
parentb291a0dea7b25abc0fc99465e8770a70e5ee240f (diff)
downloadguix-patches-26fa2085c430893a6805e8cc5bdfc6ef71763e6b.tar
guix-patches-26fa2085c430893a6805e8cc5bdfc6ef71763e6b.tar.gz
gnu: libgsf: Update to 1.14.36.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.36.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c9cf73c1f2..2646d57b12 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -834,7 +834,7 @@ XML/CSS rendering engine.")
(define-public libgsf
(package
(name "libgsf")
- (version "1.14.34")
+ (version "1.14.36")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -842,7 +842,7 @@ XML/CSS rendering engine.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0a5m1i5gp4m2z0cn2x1rrdm8wgrr04bzv65l8pgp6jipw13s9zph"))))
+ "0h19ssxzz0cmznwga2xy55kjibm24mwxqarnpd0w7xy0hrzm1dvi"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)