gnu: neofetch: Update to 7.1.0.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2020-08-04 15:09:20 +02:00 committed by Efraim Flashner
parent b958e4be15
commit 1a9acdef39
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3194,7 +3194,7 @@ (define-public fabric
(define-public neofetch (define-public neofetch
(package (package
(name "neofetch") (name "neofetch")
(version "7.0.0") (version "7.1.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3203,7 +3203,7 @@ (define-public neofetch
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0xc0fdc7n5bhqirh83agqiy8r14l14zwca07czvj8vgnsnfybslr")))) "0i7wpisipwzk0j62pzaigbiq42y1mn4sbraz4my2jlz6ahwf00kv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests