gnu: fatrace: Update to 0.17.0.
* gnu/packages/monitoring.scm (fatrace): Update to 0.17.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a386edb4dc
commit
f4a6a65d68
1 changed files with 2 additions and 2 deletions
|
@ -681,7 +681,7 @@ the recorded data over time.")
|
||||||
(define-public fatrace
|
(define-public fatrace
|
||||||
(package
|
(package
|
||||||
(name "fatrace")
|
(name "fatrace")
|
||||||
(version "0.16.3")
|
(version "0.17.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -690,7 +690,7 @@ the recorded data over time.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bxz6v1z0icp716jnv3knjyqp8bv6xnkz8gqd8z3g2b6yxj5xff3"))))
|
"067pj0z4np4mmhlin9411zpwwbfmn38ykvmxw35fnidf3kxcq49i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue