gnu: mate-icon-theme: Update to 1.28.0.

* gnu/packages/mate.scm (mate-icon-theme): Update to 1.28.0.

Change-Id: I3c918d83265b384b468c66f5d07f5e78d6ec6f8b
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2024-07-11 00:57:32 -07:00 committed by 宋文武
parent bc71034f78
commit 5137a011d2
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -137,7 +137,7 @@ actions.")
(define-public mate-icon-theme
(package
(name "mate-icon-theme")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
@ -145,7 +145,7 @@ actions.")
name "-" version ".tar.xz"))
(sha256
(base32
"0nha555fhhn0j5wmzmdc7bh93ckzwwdm8mwmzma5whkzslv09xa1"))))
"0fkdk9pqgplmdlsikjb1fp804zcblgpf87cj892zfpfac280gmll"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool icon-naming-utils))