mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: haveged: Update to 1.9.14.
* gnu/packages/linux.scm (haveged): Update to 1.9.14.
This commit is contained in:
parent
cf5a4b2e45
commit
bba6d15210
1 changed files with 2 additions and 2 deletions
|
@ -5797,7 +5797,7 @@ (define-public x86-energy-perf-policy
|
|||
(define-public haveged
|
||||
(package
|
||||
(name "haveged")
|
||||
(version "1.9.13")
|
||||
(version "1.9.14")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5806,7 +5806,7 @@ (define-public haveged
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g3hcvpky76cabgcfqh65fay7nnjkms32sgmlf33q969833hijqz"))))
|
||||
(base32 "050hmnh5s2s4mb83f4d1fk23mk27pprg840c1aagc6v1sz6x5dhq"))))
|
||||
(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