gnu: neofetch: Update to 6.0.0.

* gnu/packages/admin.scm (neofetch): Update to 6.0.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Brett Gilio 2019-02-20 19:48:27 -06:00 committed by 宋文武
parent 590b989c95
commit 07f3387a84
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -2464,7 +2464,7 @@ tool for remote execution and deployment.")
(define-public neofetch (define-public neofetch
(package (package
(name "neofetch") (name "neofetch")
(version "5.0.0") (version "6.0.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2472,7 +2472,7 @@ tool for remote execution and deployment.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"0yzyi2p0d8xp576lxyv5m9h60dl1d5dmrn40aad307872835b9rr")))) "0j0r40llyry1sgc6p9wd7jrpydps2lnj4rwajjp37697g2bik89i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests