me
/
guix
Archived
1
0
Fork 0

gnu: htop: Update to 3.1.2.

* gnu/packages/admin.scm (htop): Update to 3.1.2.
master
Tobias Geerinckx-Rice 2021-12-16 23:33:30 +01:00
parent 87977e9e9e
commit 028bf93355
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -631,7 +631,7 @@ console.")
(define-public htop (define-public htop
(package (package
(name "htop") (name "htop")
(version "3.1.1") (version "3.1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -639,7 +639,7 @@ console.")
(url "https://github.com/htop-dev/htop") (url "https://github.com/htop-dev/htop")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "19xnqnavpxbyix2gp1p3lbhlaawx0gdklx3aq4x4ylrxml2nwyi6")) (base32 "024qhrlmqgwmn6bwb5yiff9bhhdabryiphzx8y654k8r8vqi59j4"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs