diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 04:42:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 05:20:36 +0200 |
commit | c19b2df129acaa535fc02fbd139364440604b33f (patch) | |
tree | f22fdb548f5732c3126b16d9e7fbbfe45a6ee5ab /gnu/packages | |
parent | 2b00bf24598e5402e9109b88a149bc66b33ce53a (diff) | |
download | guix-c19b2df129acaa535fc02fbd139364440604b33f.tar.gz guix-c19b2df129acaa535fc02fbd139364440604b33f.zip |
gnu: mate-panel: Update to 1.24.1.
* gnu/packages/mate.scm (mate-panel): Update to 1.24.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mate.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index f28ef99b28..89ad2e74dc 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 |