gnu: haveged: Update to 1.9.8.

* gnu/packages/linux.scm (haveged): Update to 1.9.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-17 06:26:33 +01:00
parent 85df46d306
commit 5bcf4d4c35
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4765,7 +4765,7 @@ (define-public x86-energy-perf-policy
(define-public haveged
(package
(name "haveged")
(version "1.9.6")
(version "1.9.8")
(source
(origin
(method git-fetch)
@ -4774,7 +4774,7 @@ (define-public haveged
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "11kr19n2f87izsj341lv5amhd1wc2ckfmqr9pq5fxix8pkbs94rh"))))
(base32 "1znr58fb3faq4nmrvc3c5whkc1f3chivm4vhicdwr9pdsyqqsd51"))))
(build-system gnu-build-system)
(home-page "https://www.issihosts.com/haveged")
(synopsis "Entropy source for the Linux random number generator")