[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: dstat: Update to 0.7.4.
From: |
guix-commits |
Subject: |
04/12: gnu: dstat: Update to 0.7.4. |
Date: |
Wed, 5 Jun 2019 23:59:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ad20da2eacb324b273c5220c547385f6fd6b25f7
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jun 6 01:43:16 2019 +0200
gnu: dstat: Update to 0.7.4.
* gnu/packages/admin.scm (dstat): Update to 0.7.4.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 90cbfb2..c2e8ca0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2124,16 +2124,16 @@ results (ndiff), and a packet generation and response
analysis tool (nping).")
(define-public dstat
(package
(name "dstat")
- (version "0.7.3")
+ (version "0.7.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dagwieers/dstat.git")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name "dstat" version))
(sha256
- (base32 "0sbpna531034gr40w4g9cwz35s2fpf9h654paznsxw9fih91rfa5"))))
+ (base32 "1qnmkhqmjd1m3if05jj29dvr5hn6kayq9bkkkh881w472c0zhp8v"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no make check
- branch master updated (8703646 -> 9062cf8), guix-commits, 2019/06/05
- 03/12: gnu: aide: Update to 0.16.2., guix-commits, 2019/06/05
- 01/12: gnu: liburcu: Update to 0.11.1., guix-commits, 2019/06/05
- 02/12: gnu: wireless-regdb: Update to 2019.06.03., guix-commits, 2019/06/05
- 04/12: gnu: dstat: Update to 0.7.4.,
guix-commits <=
- 06/12: gnu: thefuck: Update to 3.29., guix-commits, 2019/06/05
- 05/12: gnu: inxi, inxi-minimal: Update to 3.0.34-1., guix-commits, 2019/06/05
- 07/12: gnu: ansible: Update to 2.8.0., guix-commits, 2019/06/05
- 12/12: gnu: qjackctl: Update to 0.5.8., guix-commits, 2019/06/05
- 10/12: gnu: toybox: Update to 0.8.1., guix-commits, 2019/06/05
- 11/12: gnu: pencil2d: Update to 0.6.4., guix-commits, 2019/06/05
- 09/12: gnu: tiled: Update to 1.2.4., guix-commits, 2019/06/05
- 08/12: gnu: fio: Update to 3.14., guix-commits, 2019/06/05