gnu: fatrace: Update to 0.18.0

* gnu/packages/monitoring.scm (fatrace): Update to 0.18.0

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Raphaël Mélotte 2025-02-01 16:07:28 +01:00 committed by Ian Eure
parent 0550c4191f
commit 070c073d50
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -749,7 +749,7 @@ the recorded data over time.")
(define-public fatrace
(package
(name "fatrace")
(version "0.17.0")
(version "0.18.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -758,7 +758,7 @@ the recorded data over time.")
(file-name (git-file-name name version))
(sha256
(base32
"067pj0z4np4mmhlin9411zpwwbfmn38ykvmxw35fnidf3kxcq49i"))))
"0hm4zsxkbsl37677b2hq4v6pnq6mjspvcf285l9d844i2f3syij2"))))
(build-system gnu-build-system)
(arguments
`(#:phases