~ruther/guix-local

070c073d508d3197f0235adc424aec287e7dd916 — Raphaël Mélotte 1 year, 2 months ago 0550c41
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/monitoring.scm
M gnu/packages/monitoring.scm => gnu/packages/monitoring.scm +2 -2
@@ 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