mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mate-icon-theme: Update to 1.16.0.
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.16.0.
This commit is contained in:
parent
065999807d
commit
b6c5ad8564
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ (define-module (gnu packages mate)
|
||||||
(define-public mate-icon-theme
|
(define-public mate-icon-theme
|
||||||
(package
|
(package
|
||||||
(name "mate-icon-theme")
|
(name "mate-icon-theme")
|
||||||
(version "1.12.0")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://pub.mate-desktop.org/releases/"
|
(uri (string-append "http://pub.mate-desktop.org/releases/"
|
||||||
|
@ -45,7 +45,7 @@ (define-public mate-icon-theme
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d91rvl9rw3xl8hmdcbb6xvi880kfmh2ra5chhrjimrjqgl57qkp"))))
|
"1zldw22p1i76iss8car39pmfagpfxxlfk1fdhvr4x5r6gf36gv7d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue