me
/
guix
Archived
1
0
Fork 0

gnu: jitterentropy-rngd: Update to 1.2.5.

* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.5.
master
Tobias Geerinckx-Rice 2021-10-17 02:00:58 +02:00
parent ae6a2a5231
commit c34333c3db
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2605,7 +2605,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.0") (version "1.2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2614,7 +2614,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 "1fb8zfwhwkl1d8n4cdn7rdv5rwd75qgc00d36pmkl7wgnj3c9xda")))) (base32 "05h9a60s9x3jav33lh50ac1jw8wvbljw2ndrk3k7gs2nlz0kkl14"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite