aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
commit934b4994250a4bf67dd71601ca3651d0613cc51e (patch)
tree033161999d86ea2aaddbc20f800f8ee0eb55a5cf
parentc65098345739ccaccb293a5d7976fecc6b3d7beb (diff)
downloadguix-934b4994250a4bf67dd71601ca3651d0613cc51e.tar.gz
guix-934b4994250a4bf67dd71601ca3651d0613cc51e.zip
gnu: iotop: Update to 1.26.
* gnu/packages/linux.scm (iotop): Update to 1.26. Change-Id: I5459db7318520509088881d5923928e837c060db
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8e66f1435f..86754abb35 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3817,7 +3817,7 @@ processes currently causing I/O.")
(define-public iotop
(package
(name "iotop")
- (version "1.25")
+ (version "1.26")
(source
(origin
(method git-fetch)
@@ -3826,7 +3826,7 @@ processes currently causing I/O.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0h8fb7zzqszdrybk9zzzqqkiz78i8z2zr0f2nj84jja6visdd2v4"))))
+ (base32 "0raac1sp46mls6p0a4yzzc8iqxkw0da4zq54cwjdg4wcy8g43glv"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags