diff mbox series

[bug#63698] gnu: iotop: Update to 1.23.

Message ID 20230524180850.334658-1-code@greghogan.com
State New
Headers show
Series [bug#63698] gnu: iotop: Update to 1.23. | expand

Commit Message

Greg Hogan May 24, 2023, 6:08 p.m. UTC
* gnu/packages/linux.scm (iotop): Update to 1.23.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Efraim Flashner June 1, 2023, 9:52 a.m. UTC | #1
Thanks. Patch pushed.
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e704346c8a..6de707b1ed 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3564,7 +3564,7 @@  (define-public iotop-python
 (define-public iotop
   (package
     (name "iotop")
-    (version "1.22")
+    (version "1.23")
     (source
      (origin
        (method git-fetch)
@@ -3573,7 +3573,7 @@  (define-public iotop
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04a77qir35s1bwvd39qddx2kfizdbf5jxlnz8zmy1cnrigbwcy1h"))))
+        (base32 "1i5m2w0jzxzxn2xvragygidw35p87skjs6bfjakrz6bd96sxhd70"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags