mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rng-tools: Update to 6.12.
* gnu/packages/linux.scm (rng-tools): Update to 6.12.
This commit is contained in:
parent
bba6d15210
commit
43ed895379
1 changed files with 2 additions and 2 deletions
|
@ -5688,7 +5688,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.11")
|
(version "6.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page)
|
(uri (git-reference (url home-page)
|
||||||
|
@ -5696,7 +5696,7 @@ (define-public rng-tools
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wwvi8a8k2ahhmwln4w970b8gd3in3g13jkbsapkpnspwmlqj5xa"))))
|
"0z4j3kqh9k3zsrx6257hwh4fa51vqg79c6dnfrj6lhpcll0wh0hm"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue