mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: haveged: Update to 1.9.8.
* gnu/packages/linux.scm (haveged): Update to 1.9.8.
This commit is contained in:
parent
85df46d306
commit
5bcf4d4c35
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue