3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: GLib: Update to 2.62.6.

* gnu/packages/glib.scm (glib): Update to 2.62.6.
This commit is contained in:
Marius Bakke 2020-03-25 21:09:48 +01:00
parent 159b62df5f
commit 235a4d61d0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -165,7 +165,7 @@ shared NFS home directories.")
(define glib
(package
(name "glib")
(version "2.62.5")
(version "2.62.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
@ -173,7 +173,7 @@ shared NFS home directories.")
name "-" version ".tar.xz"))
(sha256
(base32
"0bj5hagvfiqcjd20w543pvbnrlqvs8nbxvqjflyvcn36ljpwvldq"))
"174bsmbmcvaw69ff9g60q5sx0fn23rkhqcwqz17h5s7sprps4kqh"))
(patches (search-patches "glib-tests-timer.patch"))
(modules '((guix build utils)))
(snippet