[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: rng-tools: Update to 6.5.
From: |
Marius Bakke |
Subject: |
05/06: gnu: rng-tools: Update to 6.5. |
Date: |
Fri, 28 Sep 2018 12:24:43 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 31f0fc612fe0baf949c647138cba7217b60cae26
Author: Marius Bakke <address@hidden>
Date: Wed Sep 26 19:13:53 2018 +0200
gnu: rng-tools: Update to 6.5.
* gnu/packages/linux.scm (rng-tools): Update to 6.5.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a3c2c4c..cb8203d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3669,7 +3669,7 @@ The collection contains a set of bandwidth and latency
benchmark such as:
(package
(name "rng-tools")
(home-page "https://github.com/nhorman/rng-tools";)
- (version "6.4")
+ (version "6.5")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page)
@@ -3677,7 +3677,7 @@ The collection contains a set of bandwidth and latency
benchmark such as:
(file-name (git-file-name name version))
(sha256
(base32
- "10r8vy240q04xx6j48qm063w0ssp0dkxchvq6x3fwd9bwp8m3sj7"))))
+ "11kw1rcgzmgzwk7g1w2g0nzjraqb0pf24gxpy50k4ls2qxslw3rk"))))
(build-system gnu-build-system)
(arguments
`(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166
MiB.
- branch master updated (29bdfe1 -> 02817df), Marius Bakke, 2018/09/28
- 02/06: gnu: newsboat: Update to 2.13., Marius Bakke, 2018/09/28
- 01/06: tests: Add missing copyright statement., Marius Bakke, 2018/09/28
- 03/06: gnu: rng-tools: Update home page., Marius Bakke, 2018/09/28
- 04/06: gnu: rng-tools: Don't use unstable tarball., Marius Bakke, 2018/09/28
- 05/06: gnu: rng-tools: Update to 6.5.,
Marius Bakke <=
- 06/06: gnu: libreoffice: Update to 6.1.2.1., Marius Bakke, 2018/09/28