gnu: rng-tools: Update to 6.8.

* gnu/packages/linux.scm (rng-tools): Update to 6.8.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-11 18:39:56 +01:00
parent 7704e601f1
commit dfd8235635
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -4414,7 +4414,7 @@ (define-public rng-tools
(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 @@ (define-public rng-tools
(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.