gnu: gnome-weather: Update to 44.0.
* gnu/packages/gnome.scm (gnome-weather): Update to 44.0. Change-Id: I674f6b735d3d5917fb1f15f85d3ffa9c1e2fa221 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
c47ecfa6f9
commit
44c0e30e9c
|
@ -10040,7 +10040,7 @@ associations for GNOME.")
|
||||||
(define-public gnome-weather
|
(define-public gnome-weather
|
||||||
(package
|
(package
|
||||||
(name "gnome-weather")
|
(name "gnome-weather")
|
||||||
(version "42.0")
|
(version "44.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 "/"
|
||||||
|
@ -10048,7 +10048,7 @@ associations for GNOME.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rdl0ywdk8jlq819wr1sbdzdvsasz11pp30fylzvprakv28yd7jp"))))
|
"1brvjawwc69a49697mp0dq4glpvvvcsnx4i8ysfnjhahg2n3h3bb"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue