gnu: mate-themes: Update to 3.22.24.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.24. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
4487505b3f
commit
b3ecbe16d2
1 changed files with 2 additions and 2 deletions
|
@ -198,14 +198,14 @@ from Mint-X-F and Faenza-Fresh icon packs.")
|
||||||
(define-public mate-themes
|
(define-public mate-themes
|
||||||
(package
|
(package
|
||||||
(name "mate-themes")
|
(name "mate-themes")
|
||||||
(version "3.22.21")
|
(version "3.22.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://mate/themes/" (version-major+minor version)
|
(uri (string-append "mirror://mate/themes/" (version-major+minor version)
|
||||||
"/mate-themes-" version ".tar.xz"))
|
"/mate-themes-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n"))))
|
(base32 "0jkfrz5fp4qnixfpc1pjjlba3nj6v2fqqpfgqhjdwcak50m3m2rx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool gdk-pixbuf ; gdk-pixbuf+svg isn't needed
|
(list pkg-config intltool gdk-pixbuf ; gdk-pixbuf+svg isn't needed
|
||||||
|
|
Reference in a new issue