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

* gnu/packages/mate.scm (mate-icon-theme): Update to 1.26.0.
This commit is contained in:
宋文武 2023-07-22 15:25:57 +08:00
parent b6b3db9f08
commit 0e6fd134a2
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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