mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: geocode-glib: Update to 3.26.1.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.1.
This commit is contained in:
parent
254cc3c3b8
commit
65de725f97
1 changed files with 2 additions and 2 deletions
|
@ -3124,7 +3124,7 @@ (define-public geoclue
|
||||||
(define-public geocode-glib
|
(define-public geocode-glib
|
||||||
(package
|
(package
|
||||||
(name "geocode-glib")
|
(name "geocode-glib")
|
||||||
(version "3.26.0")
|
(version "3.26.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/"
|
||||||
|
@ -3132,7 +3132,7 @@ (define-public geocode-glib
|
||||||
"geocode-glib-" version ".tar.xz"))
|
"geocode-glib-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vmydxs5xizcmaxpkfrq75xpj6pqrpdjizxyb30m00h54yqqch7a"))))
|
"076ydfpyc4n5c9dbqmf26i4pilfi5jpw6cjcgrbgrjbndavnmajv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue