guix-patches
[Top][All Lists]
Advanced

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

[bug#71781] [PATCH 11/28] gnu: mate-panel: Update to 1.28.2.


From: Andy Tai
Subject: [bug#71781] [PATCH 11/28] gnu: mate-panel: Update to 1.28.2.
Date: Wed, 26 Jun 2024 01:09:24 -0700

* gnu/packages/mate.scm (mate-panel): Update to 1.28.2.

Change-Id: I0f04112256e6c60eb58af91e78006c475fc79f2a
---
 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 96e3a2c742..5b4b2366f0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -611,14 +611,14 @@ (define-public mate-media
 (define-public mate-panel
   (package
     (name "mate-panel")
-    (version "1.26.3")
+    (version "1.28.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
+        (base32 "0cxsmp92cpvlvqfjxzc0bmzg0v4hpccxzz84894ih9xa6zl472k7"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
-- 
2.34.1






reply via email to

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