guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/13: gnu: gnome-weather: Update to 44.0.


From: guix-commits
Subject: 11/13: gnu: gnome-weather: Update to 44.0.
Date: Mon, 1 Jan 2024 15:53:20 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 44c0e30e9c4efd964e4fd52c8aa1225f3e7d0511
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 21 23:34:41 2023 +0100

    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>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]