rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 3b7d508b85c900b44a34cdb96bcc50d6dcdc31c8
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 16:41:40 2018 +0200
gnu: libgsf: Update to 1.14.43.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.43.
---
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 9be5ddd..c21d7e8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1185,7 +1185,7 @@ XML/CSS rendering engine.")
(define-public libgsf
(package
(name "libgsf")
- (version "1.14.42")
+ (version "1.14.43")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1193,7 +1193,7 @@ XML/CSS rendering engine.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1hhdz0ymda26q6bl5ygickkgrh998lxqq4z9i8dzpcvqna3zpzr9"))))
+ "05pf3h0dha3s20ddsrljbx7m94qyiqs5igwxx1ql0vlsdlylx50j"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)