guix-commits
[Top][All Lists]
Advanced

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

04/34: gnu: libmateweather: Update to 1.24.0.


From: guix-commits
Subject: 04/34: gnu: libmateweather: Update to 1.24.0.
Date: Thu, 2 Apr 2020 10:07:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 42096be5d76d1826e9a4d3f12d05ddf6a190cbc9
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:21:48 2020 +0200

    gnu: libmateweather: Update to 1.24.0.
    
    * gnu/packages/mate.scm (libmateweather): Update to 1.24.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 31881a9..82dd468 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -255,7 +255,7 @@ desktop and the mate-about program.")
 (define-public libmateweather
   (package
     (name "libmateweather")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -263,7 +263,7 @@ desktop and the mate-about program.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1ribgcwl4ncfbcf9bkcbxrgc7yzajdnxg12837psngymkqswlp6a"))))
+         "094mnlczxq9crjj8z7dzs1zmwscdkbp54l3qjaf4a4bhd8lihv8d"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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