summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-24 11:07:53 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-24 11:07:53 +0900
commit529eb79f0ff080feea130215e48b4a321f7757de (patch)
treec6ab36a35c5b76d5f0daf3e7bada00c2b583678a
parent83dfc5475d011095dcded8a4e9a30a1cd1ded34b (diff)
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
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c426b654f8a..124e3dac7cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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