gnu: glib: Update to 2.54.3.
* gnu/packages/glib.scm (glib): Update to 2.54.3.
This commit is contained in:
parent
f0539f797a
commit
ab1ac4a56b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue