diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:35:24 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:53 +0800 |
commit | 101409e92b986ea1d38806b4d3ae6272a72876d8 (patch) | |
tree | bed050dd343197ac2148f29b23f0645bbd5cfee6 | |
parent | e6a64a1f0d9c76eb8e1af36aec1f8826e7e55f1d (diff) | |
download | patches-101409e92b986ea1d38806b4d3ae6272a72876d8.tar patches-101409e92b986ea1d38806b4d3ae6272a72876d8.tar.gz |
gnu: libgsf: Update to 1.14.40.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.40.
-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 a3f0a7af2e..8acf7f6679 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |