mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: htop: Update to 3.1.2.
* gnu/packages/admin.scm (htop): Update to 3.1.2.
This commit is contained in:
parent
87977e9e9e
commit
028bf93355
1 changed files with 2 additions and 2 deletions
|
@ -631,7 +631,7 @@ (define-public ttyload
|
|||
(define-public htop
|
||||
(package
|
||||
(name "htop")
|
||||
(version "3.1.1")
|
||||
(version "3.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -639,7 +639,7 @@ (define-public htop
|
|||
(url "https://github.com/htop-dev/htop")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "19xnqnavpxbyix2gp1p3lbhlaawx0gdklx3aq4x4ylrxml2nwyi6"))
|
||||
(base32 "024qhrlmqgwmn6bwb5yiff9bhhdabryiphzx8y654k8r8vqi59j4"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue