Archived
1
0
Fork 0

gnu: rng-tools: Update to 6.11.

* gnu/packages/linux.scm (rng-tools): Update to 6.11.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-11 22:09:19 +01:00
parent a8f8680b40
commit bef64a7fab
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5626,7 +5626,7 @@ The collection contains a set of bandwidth and latency benchmark such as:
(package (package
(name "rng-tools") (name "rng-tools")
(home-page "https://github.com/nhorman/rng-tools") (home-page "https://github.com/nhorman/rng-tools")
(version "6.10") (version "6.11")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (url home-page) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hbml37yxs0fs69g7f2x4ixq61z0029swy99rn7ykma9mi6b7ni9")))) "0wwvi8a8k2ahhmwln4w970b8gd3in3g13jkbsapkpnspwmlqj5xa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(;; Disable support for various hardware entropy sources as they need `(;; Disable support for various hardware entropy sources as they need