gnu: geocode-glib: Update to 3.20.1.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.20.1.
This commit is contained in:
parent
e3cf0c71f1
commit
3ffd46bdaf
|
@ -2401,7 +2401,7 @@ permission from user.")
|
||||||
(define-public geocode-glib
|
(define-public geocode-glib
|
||||||
(package
|
(package
|
||||||
(name "geocode-glib")
|
(name "geocode-glib")
|
||||||
(version "3.20.0")
|
(version "3.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/geocode-glib/"
|
(uri (string-append "mirror://gnome/sources/geocode-glib/"
|
||||||
|
@ -2409,7 +2409,7 @@ permission from user.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fmn3gmifq8jbgnpv8jj33n4glpb5djjrfk0l9fak0cliqin88jz"))))
|
"18iphsx3bybw7lssbb7rxc1rrnsc8vxai521zkqc535zr8rci7v6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The tests want to write to $HOME/.cache/geocode-glib, which doesn't
|
`(;; The tests want to write to $HOME/.cache/geocode-glib, which doesn't
|
||||||
|
|
Loading…
Reference in New Issue