gnu: htop: Update to 3.0.4.

* gnu/packages/admin.scm (htop): Update to 3.0.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-22 22:19:40 +01:00
parent 8980994372
commit 3b2cee7fca
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -515,7 +515,7 @@ (define-public facter
(define-public htop
(package
(name "htop")
(version "3.0.3")
(version "3.0.4")
(source
(origin
(method git-fetch)
@ -523,7 +523,7 @@ (define-public htop
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
(base32 "0ylig6g2w4r3qfb16cf922iriqyn64frkzpk87vpga16kclvf08y"))
(base32 "1fckfv96vzqjs3lzy0cgwsqv5vh1sxca3fhvgskmnkvr5bq6cia9"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs