diff mbox series

[bug#56702] gnu: iotop: Update to 1.22.

Message ID 9d76f86dd1c8571f993a0589052a2a7e3f00ddc1.1658499788.git.code@greghogan.com
State Accepted
Headers show
Series [bug#56702] gnu: iotop: Update to 1.22. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Greg Hogan July 22, 2022, 2:48 p.m. UTC
* gnu/packages/linux.scm (iotop): Update to 1.22.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès July 22, 2022, 10:38 p.m. UTC | #1
Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/linux.scm (iotop): Update to 1.22.

Applied, thanks!
diff mbox series

Patch

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 @@  (define-public iotop-python
 (define-public iotop
   (package
     (name "iotop")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
        (method git-fetch)
@@ -3238,7 +3238,7 @@  (define-public iotop
              (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