gnu: jitterentropy-rngd: Update to 1.2.6.
* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.6.
This commit is contained in:
parent
74301141f1
commit
1cf22254b0
@ -2598,7 +2598,7 @@ Both commands are targeted at system administrators.")
|
|||||||
(define-public jitterentropy-rngd
|
(define-public jitterentropy-rngd
|
||||||
(package
|
(package
|
||||||
(name "jitterentropy-rngd")
|
(name "jitterentropy-rngd")
|
||||||
(version "1.2.5")
|
(version "1.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -2607,7 +2607,7 @@ Both commands are targeted at system administrators.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05h9a60s9x3jav33lh50ac1jw8wvbljw2ndrk3k7gs2nlz0kkl14"))))
|
(base32 "03cbcxkscjcmn6ybkmssq7i39sn5cfsap9fv058pi0k2mr90djwq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite
|
`(#:tests? #f ; no test suite
|
||||||
|
Loading…
Reference in New Issue
Block a user