1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gnome-weather: Update to 50.0.

* gnu/packages/gnome.scm (gnome-weather): Update to 50.0.
[native-inputs]: Add node-typescript.

Change-Id: Ic63ffeda0e7e511dfff49ef93f24fe9f97a81c24
This commit is contained in:
Maxim Cournoyer
2026-03-24 11:07:53 +09:00
parent 83dfc5475d
commit 529eb79f0f

View File

@@ -10271,7 +10271,7 @@ associations for GNOME.")
(define-public gnome-weather
(package
(name "gnome-weather")
(version "48.0")
(version "50.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -10279,7 +10279,7 @@ associations for GNOME.")
name "-" version ".tar.xz"))
(sha256
(base32
"1dfv9cxq2rf8jhdd71pi1xj40qq5sg5k8wfl2sa2zbhmv2rnj1ac"))))
"04xmzmkh39z71k3k6apli2y0axfv71vwwl8582mzk4azc1w7bpjp"))))
(build-system meson-build-system)
(arguments
(list
@@ -10317,6 +10317,7 @@ associations for GNOME.")
gettext-minimal
`(,glib "bin")
gobject-introspection
node-typescript
pkg-config))
(inputs
(list appstream-glib