me
/
guix
Archived
1
0
Fork 0

gnu: jitterentropy-rngd: Update to 1.2.7.

* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.7.
master
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent 1f6c2efccc
commit 23a01dddcf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2680,7 +2680,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.6") (version "1.2.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2689,7 +2689,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 "03cbcxkscjcmn6ybkmssq7i39sn5cfsap9fv058pi0k2mr90djwq")))) (base32 "098hx09bsizin9405gh1c4rzbs2fr7qknqlr3glgyjpm3nm7bx28"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite