gnu: gcr: Update 3.20.0.
* gnu/packages/gnome.scm (gcr): Update to 3.20.0.
This commit is contained in:
parent
62759c544a
commit
a466a7c788
|
@ -265,7 +265,7 @@ and keep up to date translations of documentation.")
|
||||||
(define-public gcr
|
(define-public gcr
|
||||||
(package
|
(package
|
||||||
(name "gcr")
|
(name "gcr")
|
||||||
(version "3.18.0")
|
(version "3.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -273,7 +273,7 @@ and keep up to date translations of documentation.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"006f6xbd3jppkf9avg83mpqdld5d0z6mr0sm81lql52mmyjnvlfl"))))
|
"0ydk9dzxx6snxza7j5ps8x932hbr3x1b8hhcaqjq4w4admi2qmwh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;25 of 598 tests fail because /var/lib/dbus/machine-id does
|
'(#:tests? #f ;25 of 598 tests fail because /var/lib/dbus/machine-id does
|
||||||
|
|
Loading…
Reference in New Issue