gnu: htop: Update to 3.2.2.

* gnu/packages/admin.scm (htop): Update to 3.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2023-02-12 01:00:03 +01:00
parent 3286a38c42
commit 19d58dbc24
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -769,7 +769,7 @@ (define-public smem
(define-public htop
(package
(name "htop")
(version "3.2.1")
(version "3.2.2")
(source
(origin
(method git-fetch)
@ -777,7 +777,7 @@ (define-public htop
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
(base32 "0yfmkw3y4qyd42svhpiijif7krvmnb8z88y6h9g4fwf7sfynq2rk"))
(base32 "0cyaprgnhfrc7rqq053903bjylaplvxkb65b04bsxmiva09lvf9s"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs