gnu: glib: Update to 2.60.5.

* gnu/packages/glib.scm (glib): Update to 2.60.5.
This commit is contained in:
Marius Bakke 2019-07-09 22:16:30 +02:00
parent e81b14f08d
commit 9e13a3e059
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -160,7 +160,7 @@ (define dbus
(define glib
(package
(name "glib")
(version "2.60.4")
(version "2.60.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
@ -168,7 +168,7 @@ (define glib
name "-" version ".tar.xz"))
(sha256
(base32
"1p9k8z83272mkm4d4fhm5jhwhyw2basrwbz47yl5wbmrvk2ix51b"))
"0bk2l9mhvc44c0gfg442wrifwj2fci1w71dsp3nb50pffvsivpry"))
(patches (search-patches "glib-tests-timer.patch"))
(modules '((guix build utils)))
(snippet