mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: glib: Update to 2.54.2.
* gnu/packages/glib.scm (glib): Update to 2.54.2.
This commit is contained in:
parent
8bc534a781
commit
6d73e8176b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue