mhw pushed a commit to branch gnome-updates
in repository guix.
commit ef51eb99077fb2d2c7cff1e22342d290907a34cd
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 03:23:28 2017 -0500
gnu: libgsf: Update to 1.14.41.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.41.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c6a3367..1b5c852 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)