diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-22 22:19:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:48 +0100 |
commit | 3b2cee7fca3be306f4aa28df469937d944331424 (patch) | |
tree | 3a3ddec684c05df67d9e665f8f1efc1d0924d2ef /gnu/packages/admin.scm | |
parent | 89809943722a69939e6fbf98d313b3c76f6d59ed (diff) | |
download | guix-3b2cee7fca3be306f4aa28df469937d944331424.tar guix-3b2cee7fca3be306f4aa28df469937d944331424.tar.gz |
gnu: htop: Update to 3.0.4.
* gnu/packages/admin.scm (htop): Update to 3.0.4.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 99775ae19a..ca6eddc64c 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -515,7 +515,7 @@ or via the @code{facter} Ruby library.") (define-public htop (package (name "htop") - (version "3.0.3") + (version "3.0.4") (source (origin (method git-fetch) @@ -523,7 +523,7 @@ or via the @code{facter} Ruby library.") (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 |