Archived
1
0
Fork 0

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:
Michael Rohleder 2022-11-08 19:51:48 +01:00 committed by 宋文武
parent 0d7131d2bd
commit abdd37957d
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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