guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: iotop: Update to 1.23.


From: guix-commits
Subject: 07/09: gnu: iotop: Update to 1.23.
Date: Thu, 1 Jun 2023 05:55:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3ab95b27534658b78c56c2d260b31bb6ddad9359
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:08:50 2023 +0000

    gnu: iotop: Update to 1.23.
    
    * gnu/packages/linux.scm (iotop): Update to 1.23.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 1de3c6e0c6..fc6f3cbda5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3531,7 +3531,7 @@ processes currently causing I/O.")
 (define-public iotop
   (package
     (name "iotop")
-    (version "1.22")
+    (version "1.23")
     (source
      (origin
        (method git-fetch)
@@ -3540,7 +3540,7 @@ processes currently causing I/O.")
              (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



reply via email to

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