guix-patches
[Top][All Lists]
Advanced

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

[bug#64084] [PATCH 03/29] gnu: libmateweather: Update to 1.26.1


From: Andy Tai
Subject: [bug#64084] [PATCH 03/29] gnu: libmateweather: Update to 1.26.1
Date: Thu, 15 Jun 2023 10:35:04 -0700

* gnu/packages/mate.scm (libmateweather:): Update to 1.26.1
---
 gnu/packages/mate.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index db3f656d64..00b4f6de94 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -251,14 +251,14 @@ (define-public mate-desktop
 (define-public libmateweather
   (package
     (name "libmateweather")
-    (version "1.24.1")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "libmateweather-" version ".tar.xz"))
        (sha256
-        (base32 "02d7c59pami1fzxg73mp6risa9hvsdpgs68f62wkg09nrppzsk4v"))))
+        (base32 "0fpgc2l46024j2sqqsvclg9c6x33hyjk2zbg5h74v7cf9c7rj062"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
@@ -278,7 +278,7 @@ (define-public libmateweather
        ("dconf" ,dconf)
        ("glib:bin" ,glib "bin")))
     (inputs
-     (list gtk+ tzdata))
+     (list gtk+ tzdata-next))
     (propagated-inputs
       ;; both of these are requires.private in mateweather.pc
      (list libsoup-minimal-2 libxml2))
-- 
2.40.1






reply via email to

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