mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: iotop: Update to 1.30.
* gnu/packages/linux.scm (iotop): Update to 1.30. Change-Id: Ie7549a2c28bc5da6c33c1036a768d5d6ab119ee0
This commit is contained in:
@@ -4758,7 +4758,7 @@ processes currently causing I/O.")
|
||||
(define-public iotop
|
||||
(package
|
||||
(name "iotop")
|
||||
(version "1.26")
|
||||
(version "1.30")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -4767,7 +4767,7 @@ processes currently causing I/O.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0raac1sp46mls6p0a4yzzc8iqxkw0da4zq54cwjdg4wcy8g43glv"))))
|
||||
(base32 "1sijsk13bkrhsc5bc8f5i97a1ayhivak9pfinnyli57dh22w4k1g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags
|
||||
|
||||
Reference in New Issue
Block a user