1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-03 07:45:55 +02:00

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
+2 -2
View File
@@ -4765,7 +4765,7 @@ cpufreq sub-system is enabled or not.")
(define-public haveged
(package
(name "haveged")
(version "1.9.6")
(version "1.9.8")
(source
(origin
(method git-fetch)
@@ -4774,7 +4774,7 @@ cpufreq sub-system is enabled or not.")
(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")