gnu: rng-tools: Update to 6.13.
* gnu/packages/linux.scm (rng-tools): Update to 6.13.
This commit is contained in:
parent
26a04f70fa
commit
834f78f7ea
1 changed files with 2 additions and 2 deletions
|
@ -5815,7 +5815,7 @@ (define-public rng-tools
|
|||
(package
|
||||
(name "rng-tools")
|
||||
(home-page "https://github.com/nhorman/rng-tools")
|
||||
(version "6.12")
|
||||
(version "6.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page)
|
||||
|
@ -5823,7 +5823,7 @@ (define-public rng-tools
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z4j3kqh9k3zsrx6257hwh4fa51vqg79c6dnfrj6lhpcll0wh0hm"))))
|
||||
"0m4895f44a668r0z7md5ifq7syndsb2by2dfhk794vmhprsk1406"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(;; Disable support for various hardware entropy sources as they need
|
||||
|
|
Loading…
Reference in a new issue