mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue