mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: btop: Update to 1.4.4.
* gnu/packages/admin.scm (btop): Update to 1.4.4. Change-Id: Ie664c206b86a5be9171544d4da38fc52f91eae60
This commit is contained in:
parent
ad6dfd941b
commit
7479725ff2
1 changed files with 2 additions and 2 deletions
|
@ -1025,7 +1025,7 @@ console.")
|
||||||
(define-public btop
|
(define-public btop
|
||||||
(package
|
(package
|
||||||
(name "btop")
|
(name "btop")
|
||||||
(version "1.4.3")
|
(version "1.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1034,7 +1034,7 @@ console.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10g4m14cniw4blnazw0rs92fkgxhhri8zcvg3kcz2xgnc4day7g3"))))
|
"1b918b86sw265kxg99d140z9qxrgv7qw461lnm843v89xj6m8zz0"))))
|
||||||
(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