mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: iotop: Update to 1.26.
* gnu/packages/linux.scm (iotop): Update to 1.26. Change-Id: I5459db7318520509088881d5923928e837c060db
This commit is contained in:
parent
c650983457
commit
934b499425
1 changed files with 2 additions and 2 deletions
|
@ -3817,7 +3817,7 @@ (define-public iotop-python
|
|||
(define-public iotop
|
||||
(package
|
||||
(name "iotop")
|
||||
(version "1.25")
|
||||
(version "1.26")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3826,7 +3826,7 @@ (define-public iotop
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue