mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: iotop: Update to 1.25.
* gnu/packages/linux.scm (iotop): Update to 1.25. Change-Id: I7ee64c3318f8fd7677c181d32b920dfcf84b1836
This commit is contained in:
parent
4dfbc53668
commit
7164f2b812
1 changed files with 2 additions and 2 deletions
|
@ -3673,7 +3673,7 @@ (define-public iotop-python
|
|||
(define-public iotop
|
||||
(package
|
||||
(name "iotop")
|
||||
(version "1.23")
|
||||
(version "1.25")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3682,7 +3682,7 @@ (define-public iotop
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1i5m2w0jzxzxn2xvragygidw35p87skjs6bfjakrz6bd96sxhd70"))))
|
||||
(base32 "0h8fb7zzqszdrybk9zzzqqkiz78i8z2zr0f2nj84jja6visdd2v4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags
|
||||
|
|
Loading…
Reference in a new issue