gnu: libgsf: Update to 1.14.46.

* gnu/packages/gnome.scm (libgsf): Update to 1.14.46.
This commit is contained in:
Marius Bakke 2019-05-05 14:54:01 +02:00
parent 239baad9c4
commit 8d1644a1f5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1281,7 +1281,7 @@ (define-public libcroco
(define-public libgsf
(package
(name "libgsf")
(version "1.14.45")
(version "1.14.46")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1289,7 +1289,7 @@ (define-public libgsf
name "-" version ".tar.xz"))
(sha256
(base32
"1yk91ccf7z9b8d8ac6vip3gc5c0pkwgabqy6l0pj0kf43l7jrg2w"))))
"0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)