diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-22 14:04:20 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-22 14:04:20 +0100 |
commit | fe4910f2abbed045dc30e47a5d15ef225e5385b7 (patch) | |
tree | 0e582e524e6a0a5fec719a9da3c1e012760c26e6 /gnu/packages/gnome.scm | |
parent | eadcdc742207dccf29230fafe03634cad3af4707 (diff) | |
download | patches-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/packages/gnome.scm')
-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 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) |