GNU bug report logs -
#63698
[PATCH] gnu: iotop: Update to 1.23.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 24 May 2023 18:09:03 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/linux.scm (iotop): Update to 1.23.
---
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 e704346c8a..6de707b1ed 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3564,7 +3564,7 @@ (define-public iotop-python
(define-public iotop
(package
(name "iotop")
- (version "1.22")
+ (version "1.23")
(source
(origin
(method git-fetch)
@@ -3573,7 +3573,7 @@ (define-public iotop
(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
--
2.40.1
This bug report was last modified 1 year and 360 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.