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:
Raphaël Mélotte 2023-04-18 14:14:46 +02:00 committed by Ludovic Courtès
parent a386edb4dc
commit f4a6a65d68
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -681,7 +681,7 @@ (define-public hostscope
(define-public fatrace
(package
(name "fatrace")
(version "0.16.3")
(version "0.17.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -690,7 +690,7 @@ (define-public fatrace
(file-name (git-file-name name version))
(sha256
(base32
"1bxz6v1z0icp716jnv3knjyqp8bv6xnkz8gqd8z3g2b6yxj5xff3"))))
"067pj0z4np4mmhlin9411zpwwbfmn38ykvmxw35fnidf3kxcq49i"))))
(build-system gnu-build-system)
(arguments
`(#:phases