aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-22 02:36:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-23 17:21:19 +0200
commit407b086ba5069fae32d8109fdac7b20f21132a17 (patch)
tree943eef0868a54320c5e2bcb24c8d7802075acdbf
parentab8d7281440f0d47ab80195e8f2ad69fc522d50d (diff)
downloadguix-407b086ba5069fae32d8109fdac7b20f21132a17.tar
guix-407b086ba5069fae32d8109fdac7b20f21132a17.tar.gz
gnu: neofetch: Update to 3.2.0.
* gnu/packages/admin.scm (neofetch): Update to 3.2.0.
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0c14f5e830..96ca6a76d9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2126,7 +2126,7 @@ tool for remote execution and deployment.")
(define-public neofetch
(package
(name "neofetch")
- (version "3.1.0")
+ (version "3.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/dylanaraps/neofetch/"
@@ -2134,7 +2134,7 @@ tool for remote execution and deployment.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1rgznkl7a5q7lnc6zxlwvinq20b7k46n949l1hiwifarv0jgwynv"))))
+ "07a32rzmch51znxspzyc7zyaldmr383v70b49wmnjdjs2qfdbv3a"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; there are no tests