mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: arc-theme: Update to 20170302.
* gnu/packages/gnome.scm (arc-theme): Update to 20170302.
This commit is contained in:
parent
9c53993fb2
commit
7967efc18c
1 changed files with 2 additions and 2 deletions
|
@ -5606,7 +5606,7 @@ (define-public gnome-shell-extensions
|
|||
(define-public arc-theme
|
||||
(package
|
||||
(name "arc-theme")
|
||||
(version "20161119")
|
||||
(version "20170302")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/horst3180/arc-theme"
|
||||
|
@ -5614,7 +5614,7 @@ (define-public arc-theme
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kbhaxmydyip3vdw4kf8rk776jcd9wf0w7z6h2i4naxdn4rsnw54"))))
|
||||
"0igxpngnkf1wpsg872a9jg3c9f5z8afm312yfbillz16mk8w39cw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue