mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: rng-tools: Update to 6.14.
* gnu/packages/linux.scm (rng-tools): Update to 6.14.
This commit is contained in:
parent
fec3fffcd2
commit
e4bee191bf
1 changed files with 2 additions and 2 deletions
|
@ -6062,7 +6062,7 @@ (define-public rng-tools
|
|||
(package
|
||||
(name "rng-tools")
|
||||
(home-page "https://github.com/nhorman/rng-tools")
|
||||
(version "6.13")
|
||||
(version "6.14")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page)
|
||||
|
@ -6070,7 +6070,7 @@ (define-public rng-tools
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m4895f44a668r0z7md5ifq7syndsb2by2dfhk794vmhprsk1406"))))
|
||||
"1hrbm4y7fbzkg5j2f7vpj19ri2ff2lp77al17fhi4mv0bvdfjd9m"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(;; Disable support for various hardware entropy sources as they need
|
||||
|
|
Loading…
Reference in a new issue