mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rng-tools: Update to 6.8.
* gnu/packages/linux.scm (rng-tools): Update to 6.8.
This commit is contained in:
parent
7704e601f1
commit
dfd8235635
1 changed files with 2 additions and 2 deletions
|
@ -4414,7 +4414,7 @@ (define-public rng-tools
|
||||||
(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.7")
|
(version "6.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page)
|
(uri (git-reference (url home-page)
|
||||||
|
@ -4422,7 +4422,7 @@ (define-public rng-tools
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19f75m6mzg8h7b4snzg7d6ypvkz6nq32lrpi9ja95gqz4wsd18a5"))))
|
"1clm9i9xg3j79q0d6vinn6dx0nwh1fvzcmkqpcbay7mwsgkknvw2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.
|
`(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.
|
||||||
|
|
Loading…
Reference in a new issue