mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
0550c4191f
commit
070c073d50
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue