me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -681,7 +681,7 @@ the recorded data over time.")
(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 @@ the recorded data over time.")
(file-name (git-file-name name version))
(sha256
(base32
"1bxz6v1z0icp716jnv3knjyqp8bv6xnkz8gqd8z3g2b6yxj5xff3"))))
"067pj0z4np4mmhlin9411zpwwbfmn38ykvmxw35fnidf3kxcq49i"))))
(build-system gnu-build-system)
(arguments
`(#:phases