me
/
guix
Archived
1
0
Fork 0

gnu: btop: Don't use autogenerated tarball.

* gnu/packages/admin.scm (btop)[source]: Download using git-fetch.
Efraim Flashner 2022-11-14 14:59:02 +02:00
parent 18b39f34b0
commit 643d4f63be
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -710,13 +710,14 @@ console.")
(name "btop") (name "btop")
(version "1.2.13") (version "1.2.13")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/aristocratos/btop/archive/refs/tags/v" (url "https://github.com/aristocratos/btop")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"00hfja154i5kmsgh1ja8aifcqj12jy7p8chdmlslqmij4iwc93b6")))) "0aggzlxyfp213rknpbhkn8wbgzcnz181dyh9m2awz72w705axy8p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:tests? #f ;no test suite (list #:tests? #f ;no test suite