gnu: neofetch: Update to 5.0.0.

* gnu/packages/admin.scm (neofetch): Update to 5.0.0.
This commit is contained in:
Rutger Helling 2018-06-20 11:07:33 +02:00
parent 76c321d8e8
commit 229e4d59f5
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -2391,7 +2391,7 @@ (define-public fabric
(define-public neofetch
(package
(name "neofetch")
(version "4.0.2")
(version "5.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/dylanaraps/neofetch/"
@ -2399,7 +2399,7 @@ (define-public neofetch
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"014hlbzs6j4b669b64hnq8vc5knwiv9ncw9m9d193p9jsybxpm1w"))))
"1cwmv54rrr6laqpkkczfyl45ggf8j0xcbnwlg41qmf43px9lhkra"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are no tests