diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-10-22 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-10-22 02:00:00 +0200 |
commit | 7164f2b812ad53bbd9791d0467bdbbdcae403040 (patch) | |
tree | 1491b660728897ee732584ee6f5c3980463f7682 | |
parent | 4dfbc536689b07e56aead3dd864b8af54613d091 (diff) | |
download | guix-7164f2b812ad53bbd9791d0467bdbbdcae403040.tar.gz guix-7164f2b812ad53bbd9791d0467bdbbdcae403040.zip |
gnu: iotop: Update to 1.25.
* gnu/packages/linux.scm (iotop): Update to 1.25.
Change-Id: I7ee64c3318f8fd7677c181d32b920dfcf84b1836
-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 |