guix-patches
[Top][All Lists]
Advanced

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

[bug#64084] [PATCH 28/29] gnu: mate-power-manager: Update to 1.26.1


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

* gnu/packages/mate.scm (mate-power-manager): 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 f830821d0a..027f41d282 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -98,14 +98,14 @@ (define-public mate-common
 (define-public mate-power-manager
   (package
     (name "mate-power-manager")
-    (version "1.24.2")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-power-manager-" version ".tar.xz"))
        (sha256
-        (base32 "0fni41p3kraxwjnx9l5mdspng0zib1gfdxwlaiyq31mh4g79yjyj"))))
+        (base32 "0hhhzfmnr9vxz1w34wl7c93qm2npql71mrshpfcbzfh4xli9vk90"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config
@@ -124,6 +124,7 @@ (define-public mate-power-manager
            mate-panel
            libxrandr
            libcanberra
+           libsecret
            upower))
     (home-page "https://mate-desktop.org/";)
     (synopsis "Power manager for MATE")
-- 
2.40.1






reply via email to

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