mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: geocode-glib: Update to 3.18.0.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.18.0.
This commit is contained in:
parent
f05c809f8f
commit
6d320ca693
1 changed files with 2 additions and 2 deletions
|
@ -2331,7 +2331,7 @@ (define-public geoclue
|
||||||
(define-public geocode-glib
|
(define-public geocode-glib
|
||||||
(package
|
(package
|
||||||
(name "geocode-glib")
|
(name "geocode-glib")
|
||||||
(version "3.16.0")
|
(version "3.18.0")
|
||||||
(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/"
|
||||||
|
@ -2339,7 +2339,7 @@ (define-public geocode-glib
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cbfv0kds6b6k0cl7q47xpj3x1scwcd7m68zl1rf7i4hmhw4hpqj"))))
|
"0pa9cgndycynipc6z8wzbvn2fi89ndf2gpqzm9m6krp3d7az1dwg"))))
|
||||||
(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 a new issue