diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 03:23:28 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:32:50 -0500 |
commit | ef51eb99077fb2d2c7cff1e22342d290907a34cd (patch) | |
tree | 7f20cb83a16da28d549f54d2182562e4fbc79f56 /gnu | |
parent | 919fc6aa03ec7ab0cb72e3e3dc21df2552686ab8 (diff) | |
download | gnu-guix-ef51eb99077fb2d2c7cff1e22342d290907a34cd.tar gnu-guix-ef51eb99077fb2d2c7cff1e22342d290907a34cd.tar.gz |
gnu: libgsf: Update to 1.14.41.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.41.
Diffstat (limited to 'gnu')
-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 c6a3367ed4..1b5c85298c 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.40") + (version "1.14.41") (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 - "1q2i5p9s5zw0y0502risykrzkfma7p24n3mmh244scjy9f4kh1im")))) + "1lq87wnrsjbjafpk3c8xwd56gqx319fhck9xkg2da88hd9c9h2qm")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |