summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-02-22 14:04:20 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-02-22 14:04:20 +0100
commitfe4910f2abbed045dc30e47a5d15ef225e5385b7 (patch)
tree0e582e524e6a0a5fec719a9da3c1e012760c26e6 /gnu
parenteadcdc742207dccf29230fafe03634cad3af4707 (diff)
downloadpatches-fe4910f2abbed045dc30e47a5d15ef225e5385b7.tar
patches-fe4910f2abbed045dc30e47a5d15ef225e5385b7.tar.gz
gnu: libgsf: Update to 1.14.42.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.42.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bb8a2cb34d..7e8a17b9ef 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1157,7 +1157,7 @@ XML/CSS rendering engine.")
(define-public libgsf
(package
(name "libgsf")
- (version "1.14.41")
+ (version "1.14.42")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1165,7 +1165,7 @@ XML/CSS rendering engine.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1lq87wnrsjbjafpk3c8xwd56gqx319fhck9xkg2da88hd9c9h2qm"))))
+ "1hhdz0ymda26q6bl5ygickkgrh998lxqq4z9i8dzpcvqna3zpzr9"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)