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
1 changed files with 2 additions and 2 deletions

View File

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