gnu: dstat: Update to 0.7.4.
* gnu/packages/admin.scm (dstat): Update to 0.7.4.
This commit is contained in:
parent
c3f4505e83
commit
ad20da2eac
|
@ -2124,16 +2124,16 @@ results (ndiff), and a packet generation and response analysis tool (nping).")
|
||||||
(define-public dstat
|
(define-public dstat
|
||||||
(package
|
(package
|
||||||
(name "dstat")
|
(name "dstat")
|
||||||
(version "0.7.3")
|
(version "0.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/dagwieers/dstat.git")
|
(url "https://github.com/dagwieers/dstat.git")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "dstat" version))
|
(file-name (git-file-name "dstat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sbpna531034gr40w4g9cwz35s2fpf9h654paznsxw9fih91rfa5"))))
|
(base32 "1qnmkhqmjd1m3if05jj29dvr5hn6kayq9bkkkh881w472c0zhp8v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no make check
|
`(#:tests? #f ; no make check
|
||||||
|
|
Loading…
Reference in New Issue