diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mate.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 760c0f4ba7..5a218e3ee3 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1228,7 +1228,7 @@ can be used as backgrounds in the MATE Desktop environment.") (define-public mate-utils (package (name "mate-utils") - (version "1.26.1") + (version "1.28.0") (source (origin (method url-fetch) @@ -1236,7 +1236,7 @@ can be used as backgrounds in the MATE Desktop environment.") name "-" version ".tar.xz")) (sha256 (base32 - "08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg")))) + "1lw85zr38666y5zywsy2gzs9f7n2k1z9zjkq7gq0z40x1mx9si2q")))) (build-system glib-or-gtk-build-system) (arguments ;; Newer itstool does the following--and that causes parallel builds to fail: @@ -1262,8 +1262,10 @@ can be used as backgrounds in the MATE Desktop environment.") libgtop libx11 libxext + mate-desktop mate-panel pango + startup-notification udisks zlib)) (home-page "https://mate-desktop.org/") |