gnu: neofetch: Don't use auto-generated tarball.

* gnu/packages/admin.scm (neofetch)[source]: Use GIT-FETCH.
master
Tobias Geerinckx-Rice 2018-06-20 14:33:13 +02:00
parent acb1c72c1e
commit 7e04f210e3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -2393,13 +2393,13 @@ tool for remote execution and deployment.")
(name "neofetch")
(version "5.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/dylanaraps/neofetch/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/dylanaraps/neofetch")
(commit version)))
(sha256
(base32
"1cwmv54rrr6laqpkkczfyl45ggf8j0xcbnwlg41qmf43px9lhkra"))))
"0yzyi2p0d8xp576lxyv5m9h60dl1d5dmrn40aad307872835b9rr"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are no tests