1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: btop: Update to 1.4.3.

* gnu/packages/admin.scm (btop): Update to 1.4.3.

Change-Id: I07d3cfa7ca64badaa0167ff888fe34cc1ebaa9fb
This commit is contained in:
Artyom V. Poptsov 2025-05-11 09:55:08 +03:00
parent 3e662ffa6f
commit 7710c153e7
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -995,7 +995,7 @@ console.")
(define-public btop (define-public btop
(package (package
(name "btop") (name "btop")
(version "1.4.1") (version "1.4.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1004,7 +1004,7 @@ console.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"08g4gbqc12is23nhrhqc5fhqicxs7dvy3alhyl66h6v35x7209vc")))) "10g4m14cniw4blnazw0rs92fkgxhhri8zcvg3kcz2xgnc4day7g3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list lowdown)) (native-inputs (list lowdown))
(arguments (arguments