guix_mirror_bot pushed a commit to branch master
in repository guix.

commit adfeff04bcb3faf3eaee30ba44c29b9f08581560
Author: Patrick Norton <[email protected]>
AuthorDate: Tue Jan 27 08:04:32 2026 -0500

    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: 宋文武 <[email protected]>
---
 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 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

Reply via email to