gnu: glib: Update to 2.72.3.

* gnu/packages/glib.scm (glib): Update to 2.72.3.
This commit is contained in:
Marius Bakke 2022-07-15 23:55:54 +02:00
parent 61984b8bba
commit 413888ffea
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -211,7 +211,7 @@ information, refer to the @samp{dbus-daemon(1)} man page.")))
(define glib (define glib
(package (package
(name "glib") (name "glib")
(version "2.70.2") (version "2.72.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -220,7 +220,7 @@ information, refer to the @samp{dbus-daemon(1)} man page.")))
name "/" (string-take version 4) "/" name "/" (string-take version 4) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "0vw08p4jllavp9qmlqg1yl1zanmy53yid46wipas6gfdhnf4al85")) (base32 "1w25sf2wxkkah2p2w189q58mza3zv8z1fh2q1m82sldq4kva4faa"))
(patches (patches
(search-patches "glib-appinfo-watch.patch" (search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch")) "glib-skip-failing-test.patch"))