diff options
author | Greg Hogan <code@greghogan.com> | 2022-07-22 14:48:36 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-07-23 00:39:57 +0200 |
commit | 32a00363435ac8c1bc93ef1281b2c2afc28a8877 (patch) | |
tree | e8366dab92c6a9f4878e53a30a8eaefae6eb391a /gnu | |
parent | 50d2556149b55ca583afdba17070cb7cb596078d (diff) |
gnu: iotop: Update to 1.22.
* gnu/packages/linux.scm (iotop): Update to 1.22.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-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 c519e1d58c..0c40b00912 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3229,7 +3229,7 @@ processes currently causing I/O.") (define-public iotop (package (name "iotop") - (version "1.21") + (version "1.22") (source (origin (method git-fetch) @@ -3238,7 +3238,7 @@ processes currently causing I/O.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "03wdnkfl51dapilg6r9vjga1xrl9lxlypfz07k50nscvbq8v8fb7")))) + (base32 "04a77qir35s1bwvd39qddx2kfizdbf5jxlnz8zmy1cnrigbwcy1h")))) (build-system gnu-build-system) (arguments (list #:make-flags |