guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/15: gnu: iotop: Update to 1.22.


From: guix-commits
Subject: 15/15: gnu: iotop: Update to 1.22.
Date: Fri, 22 Jul 2022 18:40:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 32a00363435ac8c1bc93ef1281b2c2afc28a8877
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Jul 22 14:48:36 2022 +0000

    gnu: iotop: Update to 1.22.
    
    * gnu/packages/linux.scm (iotop): Update to 1.22.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 c519e1d58c..0c40b00912 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3229,7 +3229,7 @@ processes currently causing I/O.")
 (define-public iotop
   (package
     (name "iotop")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
        (method git-fetch)
@@ -3238,7 +3238,7 @@ processes currently causing I/O.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]