guix-commits
[Top][All Lists]
Advanced

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

09/22: gnu: mate-applets: Update to 1.24.1.


From: guix-commits
Subject: 09/22: gnu: mate-applets: Update to 1.24.1.
Date: Tue, 18 Aug 2020 22:25:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7e5585ed411861366586fc7d3671d55949ad0876
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 04:00:13 2020 +0200

    gnu: mate-applets: Update to 1.24.1.
    
    * gnu/packages/mate.scm (mate-applets): Update to 1.24.1.
    [source]: Hard-code NAME.
---
 gnu/packages/mate.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index beffffb..8c643c7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -528,15 +528,14 @@ assorted menu related utility programs.")
 (define-public mate-applets
   (package
     (name "mate-applets")
-    (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"))
+                           "mate-applets-" version ".tar.xz"))
        (sha256
-        (base32
-         "0nm3amb3v458mxv1mbz9y8f4230gldmydmkkm7vqxsrxbccynkxq"))))
+        (base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
     (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]