From 9ef7b99a9036e964145f16633d775086668d0399 Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Thu, 11 Jul 2024 00:57:33 -0700 Subject: gnu: mate-desktop: Update to 1.28.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mate.scm (mate-desktop): Update to 1.28.2. Change-Id: I79a8b8759284e517beeaad40b02e7f980fea9bb3 Signed-off-by: 宋文武 --- gnu/packages/mate.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/mate.scm') diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 65222d6030..25fdbd65ad 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -223,14 +223,14 @@ themes for both gtk+-2 and gtk+-3.") (define-public mate-desktop (package (name "mate-desktop") - (version "1.26.1") + (version "1.28.2") (source (origin (method url-fetch) (uri (string-append "mirror://mate/" (version-major+minor version) "/" "mate-desktop-" version ".tar.xz")) (sha256 - (base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j")))) + (base32 "18jajrj5bs98gnx4qjwqa1v48k9bm0c9rbmqw70r3cql41wlpfrj")))) (build-system gnu-build-system) (native-inputs (list pkg-config -- cgit v1.2.3