me
/
guix
Archived
1
0
Fork 0

gnu: haveged: Update to 1.9.13.

* gnu/packages/linux.scm (haveged): Update to 1.9.13.
Tobias Geerinckx-Rice 2020-07-01 03:35:53 +02:00
parent 46c26a7313
commit 27f56b2c18
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5366,7 +5366,7 @@ cpufreq sub-system is enabled or not.")
(define-public haveged
(package
(name "haveged")
(version "1.9.8")
(version "1.9.13")
(source
(origin
(method git-fetch)
@ -5375,7 +5375,7 @@ cpufreq sub-system is enabled or not.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1znr58fb3faq4nmrvc3c5whkc1f3chivm4vhicdwr9pdsyqqsd51"))))
(base32 "0g3hcvpky76cabgcfqh65fay7nnjkms32sgmlf33q969833hijqz"))))
(build-system gnu-build-system)
(home-page "https://www.issihosts.com/haveged")
(synopsis "Entropy source for the Linux random number generator")