diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-21 23:34:41 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-01 21:39:18 +0100 |
commit | 44c0e30e9c4efd964e4fd52c8aa1225f3e7d0511 (patch) | |
tree | 005668ce08ba26974a1da0d0b6d47cb14635688a /gnu/packages/gnome.scm | |
parent | c47ecfa6f90816e442b45f88fcc4ee4f4dcbbf14 (diff) | |
download | guix-44c0e30e9c4efd964e4fd52c8aa1225f3e7d0511.tar.gz |
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>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index def9c787ce..ba5b9efc66 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10040,7 +10040,7 @@ associations for GNOME.") (define-public gnome-weather (package (name "gnome-weather") - (version "42.0") + (version "44.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -10048,7 +10048,7 @@ associations for GNOME.") name "-" version ".tar.xz")) (sha256 (base32 - "0rdl0ywdk8jlq819wr1sbdzdvsasz11pp30fylzvprakv28yd7jp")))) + "1brvjawwc69a49697mp0dq4glpvvvcsnx4i8ysfnjhahg2n3h3bb")))) (build-system meson-build-system) (arguments (list |