gnu: glib: Update to 2.54.3.

* gnu/packages/glib.scm (glib): Update to 2.54.3.
This commit is contained in:
Marius Bakke 2018-02-20 15:51:21 +01:00
parent f0539f797a
commit ab1ac4a56b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -147,7 +147,7 @@ (define dbus
(define glib
(package
(name "glib")
(version "2.54.2")
(version "2.54.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
@ -155,7 +155,7 @@ (define glib
name "-" version ".tar.xz"))
(sha256
(base32
"0v4ffl172kbqgxrhgxyafhpw36bq3iklb2zjqyl6jcfkmb2yb2dv"))
"1a60p9m493mvm42rskg8ifr0jmsbr8arzyqx73jshgfwhmkdqgwn"))
(patches (search-patches "glib-respect-datadir.patch"
"glib-tests-timer.patch"))))
(build-system gnu-build-system)