diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 04:56:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 05:02:20 +0200 |
commit | e83745a958a2bedeb8c6fa73970531f4a6b9b301 (patch) | |
tree | c5d566256e37a6e5c573744332baf7089c2f4ff0 /gnu/packages/linux.scm | |
parent | 800248fe59d59af76b6dbcfece7f56a7c3e94804 (diff) | |
download | patches-e83745a958a2bedeb8c6fa73970531f4a6b9b301.tar patches-e83745a958a2bedeb8c6fa73970531f4a6b9b301.tar.gz |
gnu: light: Update to 1.1.2.
* gnu/packages/linux.scm (light): Update to 1.1.2.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e45feb321c..8048dd61c0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4092,7 +4092,7 @@ monitoring tools for Linux. These include @code{mpstat}, @code{iostat}, (define-public light (package (name "light") - (version "1.1") + (version "1.1.2") (source (origin (method git-fetch) (uri (git-reference @@ -4100,7 +4100,7 @@ monitoring tools for Linux. These include @code{mpstat}, @code{iostat}, (commit version))) (sha256 (base32 - "1qra8yzsga29bxlvq63v1db071a1xdji7i60p4kzrciidm1206js")))) + "0c934gxav9cgdf94li6dp0rfqmpday9d33vdn9xb2mfp4war9n4w")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |