From 14617ac4a702e32fb8eb37363324238085e77663 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 18 Oct 2025 14:27:58 +0300 Subject: [PATCH] gnu: iotop: Update to 1.30. * gnu/packages/linux.scm (iotop): Update to 1.30. Change-Id: Ie7549a2c28bc5da6c33c1036a768d5d6ab119ee0 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9e2f4df5398f29478ba2639bc48127fe1982128d..64a394a45a52125bb45d1e2a2e1d747d8de9f609 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4758,7 +4758,7 @@ processes currently causing I/O.") (define-public iotop (package (name "iotop") - (version "1.26") + (version "1.30") (source (origin (method git-fetch) @@ -4767,7 +4767,7 @@ processes currently causing I/O.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0raac1sp46mls6p0a4yzzc8iqxkw0da4zq54cwjdg4wcy8g43glv")))) + (base32 "1sijsk13bkrhsc5bc8f5i97a1ayhivak9pfinnyli57dh22w4k1g")))) (build-system gnu-build-system) (arguments (list #:make-flags