summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-11 18:39:56 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 03:33:06 +0100
commitdfd82356354429bced81b1a706db1f2acd12b634 (patch)
tree43b55c5b0e950436b45777f53495043f2e3af23d
parent7704e601f1e04033dc36927a19e4663b5bef3d1c (diff)
gnu: rng-tools: Update to 6.8.
* gnu/packages/linux.scm (rng-tools): Update to 6.8.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2a302dd6c5..6c2c552580 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4414,7 +4414,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.7")
+ (version "6.8")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page)
@@ -4422,7 +4422,7 @@ The collection contains a set of bandwidth and latency benchmark such as:
(file-name (git-file-name name version))
(sha256
(base32
- "19f75m6mzg8h7b4snzg7d6ypvkz6nq32lrpi9ja95gqz4wsd18a5"))))
+ "1clm9i9xg3j79q0d6vinn6dx0nwh1fvzcmkqpcbay7mwsgkknvw2"))))
(build-system gnu-build-system)
(arguments
`(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.