me
/
guix
Archived
1
0
Fork 0

gnu: glib: Update to 2.62.4.

* gnu/packages/glib.scm (glib): Update to 2.62.4.
[arguments]: Adjust for renamed file.
master
Marius Bakke 2020-01-23 23:18:36 +01:00
parent f2821deb96
commit 23572ded70
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ shared NFS home directories.")
(define glib (define glib
(package (package
(name "glib") (name "glib")
(version "2.60.6") (version "2.62.4")
(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
"0v7vpx2md1gn0wwiirn7g4bhf2csfvcr03y96q2zv97ain6sp3zz")) "1g2vj9lyh032kcwij7avx5d6a99rcsnkd07sbl9i55zsfw6h712c"))
(patches (search-patches "glib-tests-timer.patch")) (patches (search-patches "glib-tests-timer.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
@ -300,7 +300,7 @@ shared NFS home directories.")
(;; Requires /etc/machine-id. (;; Requires /etc/machine-id.
"/gdbus/codegen-peer-to-peer")) "/gdbus/codegen-peer-to-peer"))
("gio/tests/gdbus-unix-addresses.c" ("gio/tests/gdbus-address-get-session.c"
(;; Requires /etc/machine-id. (;; Requires /etc/machine-id.
"/gdbus/x11-autolaunch")) "/gdbus/x11-autolaunch"))