me
/
guix
Archived
1
0
Fork 0

gnu: glib: Update to 2.62.5.

* gnu/packages/glib.scm (glib): Update to 2.62.5.
master
Marius Bakke 2020-02-20 17:04:41 +01:00
parent 53453242b7
commit aec34459a3
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
(package
(name "glib")
(version "2.62.4")
(version "2.62.5")
(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
"1g2vj9lyh032kcwij7avx5d6a99rcsnkd07sbl9i55zsfw6h712c"))
"0bj5hagvfiqcjd20w543pvbnrlqvs8nbxvqjflyvcn36ljpwvldq"))
(patches (search-patches "glib-tests-timer.patch"))
(modules '((guix build utils)))
(snippet