mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-29 12:35:15 +02:00
gnu: gnome-maps: Update to 50.0.
* gnu/packages/geo.scm (gnome-maps): Update to 50.0. [native-inputs]: Add blueprint-compiler. Change-Id: I930fa0204aaea8c0ac1019e2462edfe556403876
This commit is contained in:
@@ -451,7 +451,7 @@ topology functions.")
|
|||||||
(define-public gnome-maps
|
(define-public gnome-maps
|
||||||
(package
|
(package
|
||||||
(name "gnome-maps")
|
(name "gnome-maps")
|
||||||
(version "49.4")
|
(version "50.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 "/"
|
||||||
@@ -459,7 +459,7 @@ topology functions.")
|
|||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c04z2ly9vri98gmn4p5lhmfxhqjsc6rqz7kyprf0shdsicazyl6"))))
|
"0vins6a8ca6qdy4v5q97bw3hcq0mljr3my5hjfkliw1cpldf0rha"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@@ -487,7 +487,8 @@ topology functions.")
|
|||||||
`("GI_TYPELIB_PATH" ":" prefix
|
`("GI_TYPELIB_PATH" ":" prefix
|
||||||
(,(getenv "GI_TYPELIB_PATH")))))))))
|
(,(getenv "GI_TYPELIB_PATH")))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list blueprint-compiler
|
||||||
|
gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
libportal
|
libportal
|
||||||
|
|||||||
Reference in New Issue
Block a user