me
/
guix
Archived
1
0
Fork 0

gnu: glib: Update to 2.78.0.

* gnu/packages/glib.scm (glib): Update to 2.78.0.

Change-Id: Ibfe1f44e15510ccb2e7fd002be63c5dceab34ca1
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-10-27 19:45:52 +02:00 committed by Liliana Marie Prikler
parent b125b9deee
commit e4405f3e8b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ information, refer to the @samp{dbus-daemon(1)} man page.")))
(define glib
(package
(name "glib")
(version "2.76.1")
(version "2.78.0")
(source
(origin
(method url-fetch)
@ -227,7 +227,7 @@ information, refer to the @samp{dbus-daemon(1)} man page.")))
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
(base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))