me
/
guix
Archived
1
0
Fork 0

gnu: glib: Update to 2.70.2.

* gnu/packages/glib.scm (glib): Update to 2.70.2.
master
Maxim Cournoyer 2021-12-24 01:28:17 -05:00
parent ec26595e30
commit db912d77a8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ shared NFS home directories.")
(define glib (define glib
(package (package
(name "glib") (name "glib")
(version "2.70.0") (version "2.70.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -188,7 +188,7 @@ shared NFS home directories.")
name "/" (string-take version 4) "/" name "/" (string-take version 4) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "0hh7hk02fkm1bn48k4z8f3kgv9qbni5z22gizd567fn527w7s390")) (base32 "0vw08p4jllavp9qmlqg1yl1zanmy53yid46wipas6gfdhnf4al85"))
(patches (patches
(search-patches "glib-appinfo-watch.patch" (search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch")) "glib-skip-failing-test.patch"))