mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
b958e4be15
commit
1a9acdef39
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue