gnu: glib: Update to 2.62.4.
* gnu/packages/glib.scm (glib): Update to 2.62.4. [arguments]: Adjust for renamed file.
This commit is contained in:
parent
f2821deb96
commit
23572ded70
@ -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"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user