mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: elementary-xfce-icon-theme: Update to 0.16.
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0495819926
commit
3b2ea81894
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,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.15.2")
|
(version "0.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -279,7 +279,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
|
||||||
"1g6vndqvp11c2kl5vkpzb1wxvr2pfb3hvqxjjdgx6qzq9x8zmiqk"))))
|
"1s8g7qyjdlq93fbrgysahy5kcbd8b2cpnfmpdvl0vbzyhy2x18d7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no check target
|
'(#:tests? #f ; no check target
|
||||||
|
|
Loading…
Add table
Reference in a new issue