diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-15 20:31:47 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-15 20:31:47 +0800 |
commit | 4ea50f2bc89d872c6e06d65524e8ea5d2e71e492 (patch) | |
tree | 91243864151bdb41efed2b43c50a2025da894158 /gnu/packages/gnome.scm | |
parent | eb6afbcde784a72a96f3c5a70d657630d421b02a (diff) | |
download | patches-4ea50f2bc89d872c6e06d65524e8ea5d2e71e492.tar patches-4ea50f2bc89d872c6e06d65524e8ea5d2e71e492.tar.gz |
gnu: libgsf: Update to 1.14.34.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.34.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ca75fa82e0..c6d704c7ce 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -784,7 +784,7 @@ XML/CSS rendering engine.") (define-public libgsf (package (name "libgsf") - (version "1.14.30") + (version "1.14.34") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -792,7 +792,7 @@ XML/CSS rendering engine.") name "-" version ".tar.xz")) (sha256 (base32 - "0w2v1a9sxsymd1mcy4mwsz4r6za9iwq69rj86nb939p41d4c6j6b")))) + "0a5m1i5gp4m2z0cn2x1rrdm8wgrr04bzv65l8pgp6jipw13s9zph")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |