diff options
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 96e724844c..e2413668c5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3673,7 +3673,7 @@ processes currently causing I/O.") (define-public iotop (package (name "iotop") - (version "1.23") + (version "1.25") (source (origin (method git-fetch) @@ -3682,7 +3682,7 @@ processes currently causing I/O.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1i5m2w0jzxzxn2xvragygidw35p87skjs6bfjakrz6bd96sxhd70")))) + (base32 "0h8fb7zzqszdrybk9zzzqqkiz78i8z2zr0f2nj84jja6visdd2v4")))) (build-system gnu-build-system) (arguments (list #:make-flags |