guix-patches
[Top][All Lists]
Advanced

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

[bug#64084] [PATCH 09/29] gnu: mate-applets: Update to 1.26.1


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

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

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 95f0880b9a..e971be9a23 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -502,18 +502,19 @@ (define-public mate-menus
 (define-public mate-applets
   (package
     (name "mate-applets")
-    (version "1.24.1")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-applets-" version ".tar.xz"))
        (sha256
-        (base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
+        (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list pkg-config
            intltool
+           libnl
            libxslt
            yelp-tools
            scrollkeeper
-- 
2.40.1






reply via email to

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