gnu: libgsf: Update to 1.14.42.

* gnu/packages/gnome.scm (libgsf): Update to 1.14.42.
This commit is contained in:
Marius Bakke 2018-02-22 14:04:20 +01:00
parent eadcdc7422
commit fe4910f2ab
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1157,7 +1157,7 @@ (define-public libcroco
(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 @@ (define-public libgsf
name "-" version ".tar.xz"))
(sha256
(base32
"1lq87wnrsjbjafpk3c8xwd56gqx319fhck9xkg2da88hd9c9h2qm"))))
"1hhdz0ymda26q6bl5ygickkgrh998lxqq4z9i8dzpcvqna3zpzr9"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)