mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05: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 @@ (define-public catfish
|
|||
(define-public elementary-xfce-icon-theme
|
||||
(package
|
||||
(name "elementary-xfce-icon-theme")
|
||||
(version "0.15.2")
|
||||
(version "0.16")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
|
@ -279,7 +279,7 @@ (define-public elementary-xfce-icon-theme
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g6vndqvp11c2kl5vkpzb1wxvr2pfb3hvqxjjdgx6qzq9x8zmiqk"))))
|
||||
"1s8g7qyjdlq93fbrgysahy5kcbd8b2cpnfmpdvl0vbzyhy2x18d7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue