gnu: neofetch: Update to 3.4.0.
* gnu/packages/admin.scm (neofetch): Update to 3.4.0.
This commit is contained in:
parent
05341cc97b
commit
08baa9ace9
1 changed files with 2 additions and 2 deletions
|
@ -2312,7 +2312,7 @@ tool for remote execution and deployment.")
|
||||||
(define-public neofetch
|
(define-public neofetch
|
||||||
(package
|
(package
|
||||||
(name "neofetch")
|
(name "neofetch")
|
||||||
(version "3.3.0")
|
(version "3.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/dylanaraps/neofetch/"
|
(uri (string-append "https://github.com/dylanaraps/neofetch/"
|
||||||
|
@ -2320,7 +2320,7 @@ tool for remote execution and deployment.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15p69q0jchfms1fpb4i7kq8b28w2xpgh2zmynln618qxv1myf228"))))
|
"18rhamy910ig03rr55y9x5i6pf78yj9xc6jpm6nfh3gqja7340rb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
|
|
Reference in a new issue