gnu: glib: Update to 2.54.2.

* gnu/packages/glib.scm (glib): Update to 2.54.2.
This commit is contained in:
Marius Bakke 2017-11-02 00:27:05 +01:00
parent 8bc534a781
commit 6d73e8176b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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