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:
parent
3e662ffa6f
commit
7710c153e7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue