me
/
guix
Archived
1
0
Fork 0

gnu: GLib: Update to 2.62.6.

* gnu/packages/glib.scm (glib): Update to 2.62.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

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