guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: mate-panel: Update to 1.24.1.


From: guix-commits
Subject: 06/14: gnu: mate-panel: Update to 1.24.1.
Date: Mon, 10 Aug 2020 23:21:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c19b2df129acaa535fc02fbd139364440604b33f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 04:42:05 2020 +0200

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

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f28ef99..89ad2e7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -653,15 +653,14 @@ mate-volume-control, a MATE volume control application 
and applet.")
 (define-public mate-panel
   (package
     (name "mate-panel")
-    (version "1.24.0")
+    (version "1.24.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32
-         "1hrh10pqk8mva1ix2nmsp3cbbn81cgqy0b9lqhsl0b5p0s40i7in"))))
+        (base32 "0xblqrhfazd01h0jdmx4hvavkb7f9anbd4rjsk5r6wxhp027l64l"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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