gnu: gnome-weather: Update to 40.1.
* gnu/packages/gnome.scm (gnome-weather): Update to 40.1. [source]: Fix the URI. [inputs]: Add libhandy.
This commit is contained in:
parent
de1c81287a
commit
c8097564ae
1 changed files with 5 additions and 4 deletions
|
|
@ -9245,15 +9245,15 @@ associations for GNOME.")
|
||||||
(define-public gnome-weather
|
(define-public gnome-weather
|
||||||
(package
|
(package
|
||||||
(name "gnome-weather")
|
(name "gnome-weather")
|
||||||
(version "3.34.0")
|
(version "40.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g63xzs17i36if923b36k9fwbk0nqa5vz6zh1k6q2axrzhhpx1i4"))))
|
"0k9wnyinvx6433r07kvjyahgqc605g7gbpf3d0h6vi4p8x61849x"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
@ -9268,7 +9268,8 @@ associations for GNOME.")
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("gjs" ,gjs)
|
("gjs" ,gjs)
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gnome-desktop" ,gnome-desktop)
|
||||||
("libgweather" ,libgweather)))
|
("libgweather" ,libgweather)
|
||||||
|
("libhandy" ,libhandy)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
#:phases
|
#:phases
|
||||||
|
|
|
||||||
Reference in a new issue