gnu: libgsf: Update to 1.14.41.

* gnu/packages/gnome.scm (libgsf): Update to 1.14.41.
This commit is contained in:
Mark H Weaver 2017-01-09 03:23:28 -05:00
parent 919fc6aa03
commit ef51eb9907
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

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