mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: geocode-glib: Update to 3.26.2.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.2.
This commit is contained in:
parent
65b6682ee2
commit
6f4d4ccc75
1 changed files with 2 additions and 2 deletions
|
@ -4930,7 +4930,7 @@ (define-public geoclue
|
|||
(define-public geocode-glib
|
||||
(package
|
||||
(name "geocode-glib")
|
||||
(version "3.26.1")
|
||||
(version "3.26.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/geocode-glib/"
|
||||
|
@ -4938,7 +4938,7 @@ (define-public geocode-glib
|
|||
"geocode-glib-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"076ydfpyc4n5c9dbqmf26i4pilfi5jpw6cjcgrbgrjbndavnmajv"))))
|
||||
"1l8g0f13xgkrk335afr9w8k46mziwb2jnyhl07jccl5yl37q9zh1"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue