gnu: elementary-xfce-icon-theme: Update to 0.18.
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.18. Change-Id: Ibcb595e20553c18893db3cad5d95bd85ef1c04fcmaster
parent
aec0dea1f6
commit
fc973ae399
|
@ -270,7 +270,7 @@ it to your needs by using several command line options.")
|
||||||
(define-public elementary-xfce-icon-theme
|
(define-public elementary-xfce-icon-theme
|
||||||
(package
|
(package
|
||||||
(name "elementary-xfce-icon-theme")
|
(name "elementary-xfce-icon-theme")
|
||||||
(version "0.17")
|
(version "0.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -280,7 +280,7 @@ it to your needs by using several command line options.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jlawp6rg55w5cm4d7836r660i2pnc5gkzpdjsq7w5875i85arzm"))))
|
"124bdgghkjkpcsfn9a2ad6zqy233pi9jqmv8w8a3ha6q3al2s11s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no check target
|
'(#:tests? #f ; no check target
|
||||||
|
|
Reference in New Issue