[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/15: gnu: iotop: Update to 1.26.
From: |
guix-commits |
Subject: |
03/15: gnu: iotop: Update to 1.26. |
Date: |
Tue, 27 Aug 2024 15:27:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 934b4994250a4bf67dd71601ca3651d0613cc51e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 18 02:00:00 2024 +0200
gnu: iotop: Update to 1.26.
* gnu/packages/linux.scm (iotop): Update to 1.26.
Change-Id: I5459db7318520509088881d5923928e837c060db
---
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 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
- branch master updated (dc97d57735 -> 1ee12c3c6b), guix-commits, 2024/08/27
- 05/15: gnu: xpdf: Update to 4.05 [security fixes]., guix-commits, 2024/08/27
- 04/15: gnu: emacs-paredit: Use HTTPS home page., guix-commits, 2024/08/27
- 03/15: gnu: iotop: Update to 1.26.,
guix-commits <=
- 10/15: gnu: links: Update to 2.30., guix-commits, 2024/08/27
- 14/15: gnu: r-mixedpower: Fix description., guix-commits, 2024/08/27
- 13/15: gnu: mpv: Update to 0.38.0., guix-commits, 2024/08/27
- 11/15: gnu: oath-toolkit: Update to 2.6.11., guix-commits, 2024/08/27
- 08/15: gnu: tigervnc-client, tigervnc-server: Update to 1.14.0., guix-commits, 2024/08/27
- 12/15: gnu: libplacebo: Update to 6.338.2., guix-commits, 2024/08/27
- 02/15: gnu: xsane: Fix cross-compilation., guix-commits, 2024/08/27
- 01/15: gnu: xsane: Update package style., guix-commits, 2024/08/27
- 06/15: gnu: tigervnc-server: Add own synopsis., guix-commits, 2024/08/27
- 09/15: gnu: gimp: Update to 2.10.38., guix-commits, 2024/08/27