guix-commits
[Top][All Lists]
Advanced

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

11/34: gnu: mate-applets: Update to 1.24.0.


From: guix-commits
Subject: 11/34: gnu: mate-applets: Update to 1.24.0.
Date: Thu, 2 Apr 2020 10:07:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2f45b56802de3b05e0565cfad89a0294c0d456b5
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:21:55 2020 +0200

    gnu: mate-applets: Update to 1.24.0.
    
    * gnu/packages/mate.scm (mate-applets): Update to 1.24.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 4f4a41b..1f5011d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -551,7 +551,7 @@ assorted menu related utility programs.")
 (define-public mate-applets
   (package
     (name "mate-applets")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -559,7 +559,7 @@ assorted menu related utility programs.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0f5ym6z7awi0kw6i1sdkj2qly88sl692j5r1zhklihyz1z9a6j0h"))))
+         "0nm3amb3v458mxv1mbz9y8f4230gldmydmkkm7vqxsrxbccynkxq"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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