diff options
author | Brandon Ludwig <bldtg@outlook.com> | 2017-01-01 21:30:41 -0900 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-03 00:29:42 -0500 |
commit | b1251a2f9652f7017e7e888e6ad831f29dd54224 (patch) | |
tree | 98848ac26a2d7e5178b72452c7c9fa5419a5af89 /gnu | |
parent | 6155186838f1e33d9895fcf65d9cfa4497222a50 (diff) | |
download | patches-b1251a2f9652f7017e7e888e6ad831f29dd54224.tar patches-b1251a2f9652f7017e7e888e6ad831f29dd54224.tar.gz |
gnu: arc-theme: Update to 20161119.
* gnu/packages/gnome.scm (arc-theme): Update to 20161119.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 91da7783ab..8abad2b6b4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5347,7 +5347,7 @@ functionality and behavior.") (define-public arc-theme (package (name "arc-theme") - (version "20160605") + (version "20161119") (source (origin (method url-fetch) (uri (string-append "https://github.com/horst3180/arc-theme" @@ -5355,7 +5355,7 @@ functionality and behavior.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0sq2031xda8jn2ws0x2bvhq77jfh7xy0c3kg86v6vm2kbrrss7y6")))) + "1kbhaxmydyip3vdw4kf8rk776jcd9wf0w7z6h2i4naxdn4rsnw54")))) (build-system gnu-build-system) (arguments '(#:phases |