gnu: btop: Update to 1.2.13.
* gnu/packages/admin.scm (btop): Update to 1.2.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
0d7131d2bd
commit
abdd37957d
1 changed files with 2 additions and 2 deletions
|
@ -708,7 +708,7 @@ console.")
|
||||||
(define-public btop
|
(define-public btop
|
||||||
(package
|
(package
|
||||||
(name "btop")
|
(name "btop")
|
||||||
(version "1.2.9")
|
(version "1.2.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -716,7 +716,7 @@ console.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cb5q7hrb9y378i98km9s6jbi5c50i7wra8m8jik5hf4m4s3930g"))))
|
"00hfja154i5kmsgh1ja8aifcqj12jy7p8chdmlslqmij4iwc93b6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no test suite
|
(list #:tests? #f ;no test suite
|
||||||
|
|
Reference in a new issue