me
/
guix
Archived
1
0
Fork 0

gnu: gnome-maps: Upgrade to 41.2.

* gnu/packages/geo.scm (gnome-maps): Upgrade to 41.2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Vivien Kraus 2021-12-10 14:42:32 +01:00 committed by Mathieu Othacehe
parent 502d4b5d62
commit 6104071e48
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ topology functions.")
(define-public gnome-maps
(package
(name "gnome-maps")
(version "40.5")
(version "41.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -224,7 +224,7 @@ topology functions.")
name "-" version ".tar.xz"))
(sha256
(base32
"02bdkmb3wyzfrbq726634v4g1hyh9za70cc2ivlbp7zc2n1jgp5c"))))
"037xmkmcmcw87vb1c1s3y225m8757k331cvk1m8cshf6mx61p0l1"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60