GNU bug report logs -
#71781
[PATCH 00/28] Update Mate Desktop to 1.28.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 26 Jun 2024 08:08:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mate.scm (mate-desktop): Update to 1.28.2.
Change-Id: I79a8b8759284e517beeaad40b02e7f980fea9bb3
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5d89459499..397b8158c7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -223,14 +223,14 @@ (define-public mate-themes
(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
--
2.34.1
This bug report was last modified 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.