mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: glib: Update to 2.72.3.
* gnu/packages/glib.scm (glib): Update to 2.72.3.
This commit is contained in:
parent
61984b8bba
commit
413888ffea
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ (define-public dbus-verbose
|
|||
(define glib
|
||||
(package
|
||||
(name "glib")
|
||||
(version "2.70.2")
|
||||
(version "2.72.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -220,7 +220,7 @@ (define glib
|
|||
name "/" (string-take version 4) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0vw08p4jllavp9qmlqg1yl1zanmy53yid46wipas6gfdhnf4al85"))
|
||||
(base32 "1w25sf2wxkkah2p2w189q58mza3zv8z1fh2q1m82sldq4kva4faa"))
|
||||
(patches
|
||||
(search-patches "glib-appinfo-watch.patch"
|
||||
"glib-skip-failing-test.patch"))
|
||||
|
|
Loading…
Reference in a new issue