mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: arc-icon-theme: Update to 20161122.
* gnu/packages/gnome.scm (arc-icon-theme): Update to 20161122.
This commit is contained in:
parent
7967efc18c
commit
c41802401c
1 changed files with 2 additions and 2 deletions
|
@ -5674,7 +5674,7 @@ (define-public moka-icon-theme
|
|||
(define-public arc-icon-theme
|
||||
(package
|
||||
(name "arc-icon-theme")
|
||||
(version "20160605")
|
||||
(version "20161122")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/horst3180/arc-icon-theme"
|
||||
|
@ -5682,7 +5682,7 @@ (define-public arc-icon-theme
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1npf0ki0j0llrw9wbffhxxa1cdms0q7b8xlg9m943dd9g7pgdm2p"))))
|
||||
"1ya1cqvv8q847c0rpcg6apzky87q3h04y8jz5nmi52qk6kg8si0b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue