guix-commits
[Top][All Lists]
Advanced

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

83/117: gnu: gnome-weather: Update to 40.0.


From: guix-commits
Subject: 83/117: gnu: gnome-weather: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:59 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit faebbcb024b9002252d2ab5d23835a3a44e52401
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:47:55 2021 +0100

    gnu: gnome-weather: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-weather): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f844696..8e2085f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8968,15 +8968,15 @@ associations for GNOME.")
 (define-public gnome-weather
   (package
    (name "gnome-weather")
-   (version "3.34.0")
+   (version "40.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
-                                (version-major+minor version) "/"
+                                (version-major version) "/"
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1g63xzs17i36if923b36k9fwbk0nqa5vz6zh1k6q2axrzhhpx1i4"))))
+              "1vxfcvga5waangq3rzwdrdxyy5sw40vv0l463lc651s0n8xafd9a"))))
    (build-system meson-build-system)
    (native-inputs
     `(("gettext" ,gettext-minimal)



reply via email to

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