diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 04:41:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 05:20:36 +0200 |
commit | 2b00bf24598e5402e9109b88a149bc66b33ce53a (patch) | |
tree | 67ca39f49144129c7af64773fd5f8b837f1e1ef5 /gnu/packages | |
parent | 92b9cdd569ce8dbec768ebf756d524f39ecd5421 (diff) | |
download | guix-2b00bf24598e5402e9109b88a149bc66b33ce53a.tar.gz guix-2b00bf24598e5402e9109b88a149bc66b33ce53a.zip |
gnu: marco: Update to 1.24.1.
* gnu/packages/mate.scm (marco): 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 8afd3be152..f28ef99b28 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1014,15 +1014,14 @@ of various aspects of your desktop.") (define-public marco (package (name "marco") - (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 - "0hcbyv8czymhwz5q9rwig7kkhlhik6y080bls736f3wsbqnnirc2")))) + (base32 "109b41pjrc1b4slw6sx1lakdhrc46x829vczzk4bz3j15kcszg54")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) |