diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-01-27 08:04:32 -0500 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-28 18:31:55 +0800 |
| commit | adfeff04bcb3faf3eaee30ba44c29b9f08581560 (patch) | |
| tree | 0cb16cd66c049be783b73bd58184fbc564415e57 /gnu | |
| parent | 039695115fdf7e6c77509bf34b860e235039c6f3 (diff) | |
gnu: iotop: Update to 1.31.
* gnu/packages/linux.scm (iotop): Update to 1.31.
Closes: guix/guix#5961
Change-Id: I1f15cb19542d9be4a738adf113bded904e4d3b6a
Signed-off-by: 宋文武 <iyzsong@member.fsf.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 7f6a466b64..f8f575417d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4878,7 +4878,7 @@ processes currently causing I/O.") (define-public iotop (package (name "iotop") - (version "1.30") + (version "1.31") (source (origin (method git-fetch) @@ -4887,7 +4887,7 @@ processes currently causing I/O.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1sijsk13bkrhsc5bc8f5i97a1ayhivak9pfinnyli57dh22w4k1g")))) + (base32 "19ccdiw3flzk7gki90rc1nifmma79g2l87vhls4d2xr4z763m4nc")))) (build-system gnu-build-system) (arguments (list #:make-flags |
