diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 22:09:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 23:31:07 +0100 |
commit | bef64a7fab48cde7d61e9ce5b1e85b6555c8e21b (patch) | |
tree | 604ec5641d121de71e50dc980bff562ca54c3295 | |
parent | a8f8680b40e7dc90b08060425441d1416378cfcb (diff) | |
download | guix-bef64a7fab48cde7d61e9ce5b1e85b6555c8e21b.tar.gz |
gnu: rng-tools: Update to 6.11.
* gnu/packages/linux.scm (rng-tools): Update to 6.11.
-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 77277e2067..8656da9958 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5626,7 +5626,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.10") + (version "6.11") (source (origin (method git-fetch) (uri (git-reference (url home-page) @@ -5634,7 +5634,7 @@ The collection contains a set of bandwidth and latency benchmark such as: (file-name (git-file-name name version)) (sha256 (base32 - "0hbml37yxs0fs69g7f2x4ixq61z0029swy99rn7ykma9mi6b7ni9")))) + "0wwvi8a8k2ahhmwln4w970b8gd3in3g13jkbsapkpnspwmlqj5xa")))) (build-system gnu-build-system) (arguments `(;; Disable support for various hardware entropy sources as they need |