summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-28 15:19:20 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-28 16:26:12 +0900
commit18caf484146685929c6450b96acd2c75a510c370 (patch)
tree32312edf2f10e87edf7cd8879079f976c0eab886 /gnu
parent4c366c3d68af86e3913eb4e97e0b127c2e61ed9d (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/geo.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 60593326591..abae3d6b95c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -451,7 +451,7 @@ topology functions.")
(define-public gnome-maps
(package
(name "gnome-maps")
- (version "49.4")
+ (version "50.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -459,7 +459,7 @@ topology functions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1c04z2ly9vri98gmn4p5lhmfxhqjsc6rqz7kyprf0shdsicazyl6"))))
+ "0vins6a8ca6qdy4v5q97bw3hcq0mljr3my5hjfkliw1cpldf0rha"))))
(build-system meson-build-system)
(arguments
(list
@@ -487,7 +487,8 @@ topology functions.")
`("GI_TYPELIB_PATH" ":" prefix
(,(getenv "GI_TYPELIB_PATH")))))))))
(native-inputs
- (list gettext-minimal
+ (list blueprint-compiler
+ gettext-minimal
`(,glib "bin")
gobject-introspection
libportal