diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 01:50:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 02:51:53 +0200 |
commit | e4bee191bf408b4f6f575dcfdfd3fc595b94c477 (patch) | |
tree | 9ad155847b76c86ed93fbe8c652148ac719632fa /gnu/packages/linux.scm | |
parent | fec3fffcd201e9d4e772a39f5373220bbd3b29ac (diff) |
gnu: rng-tools: Update to 6.14.
* gnu/packages/linux.scm (rng-tools): Update to 6.14.
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 b2048f2845..69a6813136 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6062,7 +6062,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.13") + (version "6.14") (source (origin (method git-fetch) (uri (git-reference (url home-page) @@ -6070,7 +6070,7 @@ The collection contains a set of bandwidth and latency benchmark such as: (file-name (git-file-name name version)) (sha256 (base32 - "0m4895f44a668r0z7md5ifq7syndsb2by2dfhk794vmhprsk1406")))) + "1hrbm4y7fbzkg5j2f7vpj19ri2ff2lp77al17fhi4mv0bvdfjd9m")))) (build-system gnu-build-system) (arguments `(;; Disable support for various hardware entropy sources as they need |