gnu: gnome-maps: Update to 42.2.

* gnu/packages/geo.scm (gnome-maps): Update to 42.2.
[inputs]: Change from LIBGWEATHER to LIBGWEATHER4.
This commit is contained in:
Marius Bakke 2022-08-28 15:24:23 +02:00
parent 17f646aeba
commit a44e08337d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -253,7 +253,7 @@ (define-public geos
(define-public gnome-maps
(package
(name "gnome-maps")
(version "41.2")
(version "42.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -261,7 +261,7 @@ (define-public gnome-maps
name "-" version ".tar.xz"))
(sha256
(base32
"037xmkmcmcw87vb1c1s3y225m8757k331cvk1m8cshf6mx61p0l1"))))
"1cb9s2zz1zib3f33c035lmgshpl679isbzdd3alrx4yclw61nvay"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@ -318,7 +318,7 @@ (define-public gnome-maps
("libhandy" ,libhandy)
("libsecret" ,libsecret)
("libsoup" ,libsoup-minimal-2)
("libgweather" ,libgweather)
("libgweather" ,libgweather4)
("libxml2" ,libxml2)
("librsvg" ,librsvg)
("glib-networking" ,glib-networking)