gnu: neofetch: Don't use auto-generated tarball.
* gnu/packages/admin.scm (neofetch)[source]: Use GIT-FETCH.
This commit is contained in:
parent
acb1c72c1e
commit
7e04f210e3
|
@ -2393,13 +2393,13 @@ tool for remote execution and deployment.")
|
||||||
(name "neofetch")
|
(name "neofetch")
|
||||||
(version "5.0.0")
|
(version "5.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/dylanaraps/neofetch/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/dylanaraps/neofetch")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cwmv54rrr6laqpkkczfyl45ggf8j0xcbnwlg41qmf43px9lhkra"))))
|
"0yzyi2p0d8xp576lxyv5m9h60dl1d5dmrn40aad307872835b9rr"))))
|
||||||
(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 New Issue