diff options
author | Greg Hogan <code@greghogan.com> | 2023-05-24 18:08:50 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-06-01 12:41:37 +0300 |
commit | 3ab95b27534658b78c56c2d260b31bb6ddad9359 (patch) | |
tree | 8e8262816557eb56cab4a0534d525c46b1d0a335 /gnu/packages | |
parent | fd76ffb9747c9c7576ac63a46722ba347408bacd (diff) |
gnu: iotop: Update to 1.23.
* gnu/packages/linux.scm (iotop): Update to 1.23.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1de3c6e0c6..fc6f3cbda5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3531,7 +3531,7 @@ processes currently causing I/O.") (define-public iotop (package (name "iotop") - (version "1.22") + (version "1.23") (source (origin (method git-fetch) @@ -3540,7 +3540,7 @@ processes currently causing I/O.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "04a77qir35s1bwvd39qddx2kfizdbf5jxlnz8zmy1cnrigbwcy1h")))) + (base32 "1i5m2w0jzxzxn2xvragygidw35p87skjs6bfjakrz6bd96sxhd70")))) (build-system gnu-build-system) (arguments (list #:make-flags |