[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: gnu: iotop: Update to 1.22.
From: |
guix-commits |
Subject: |
15/15: gnu: iotop: Update to 1.22. |
Date: |
Fri, 22 Jul 2022 18:40:53 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 32a00363435ac8c1bc93ef1281b2c2afc28a8877
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Jul 22 14:48:36 2022 +0000
gnu: iotop: Update to 1.22.
* gnu/packages/linux.scm (iotop): Update to 1.22.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 c519e1d58c..0c40b00912 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3229,7 +3229,7 @@ processes currently causing I/O.")
(define-public iotop
(package
(name "iotop")
- (version "1.21")
+ (version "1.22")
(source
(origin
(method git-fetch)
@@ -3238,7 +3238,7 @@ processes currently causing I/O.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "03wdnkfl51dapilg6r9vjga1xrl9lxlypfz07k50nscvbq8v8fb7"))))
+ (base32 "04a77qir35s1bwvd39qddx2kfizdbf5jxlnz8zmy1cnrigbwcy1h"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
- 07/15: gnu: clojure-tools-deps-alpha: Update to 0.14.1212., (continued)
- 07/15: gnu: clojure-tools-deps-alpha: Update to 0.14.1212., guix-commits, 2022/07/22
- 06/15: gnu: clojure-tools-gitlibs: Update to 2.4.181., guix-commits, 2022/07/22
- 08/15: gnu: clojure-tools: Update to 1.11.1.1149., guix-commits, 2022/07/22
- 10/15: gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1., guix-commits, 2022/07/22
- 11/15: gnu: clojure-core-match: Update to 1.0.0., guix-commits, 2022/07/22
- 13/15: doc: Clarify "Replicating Guix" section., guix-commits, 2022/07/22
- 09/15: gnu: clojure: Update to 1.11.1., guix-commits, 2022/07/22
- 12/15: gnu: clojure-instaparse: Update to 1.4.12., guix-commits, 2022/07/22
- 01/15: deploy: Honor '--dry-run'., guix-commits, 2022/07/22
- 14/15: gnu: git: Update to 2.37.1., guix-commits, 2022/07/22
- 15/15: gnu: iotop: Update to 1.22.,
guix-commits <=