diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 23:05:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-29 00:23:27 +0100 |
commit | 87c6e9d27f88ed8d26bf9367a20d68821e4f6802 (patch) | |
tree | a4375e50c0f608822e6b4d0a6322b00f5c733821 /gnu/packages | |
parent | 7f86e5e74d3b6cb2c2ac7f9c54dd487773c1405d (diff) |
gnu: haveged: Update to 1.9.2.
* gnu/packages/linux.scm (haveged): Update to 1.9.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 645bccada9..89bad2c576 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3594,7 +3594,7 @@ such as frequency and voltage scaling.") (define-public haveged (package (name "haveged") - (version "1.9.1") + (version "1.9.2") (source (origin (method url-fetch) @@ -3602,7 +3602,7 @@ such as frequency and voltage scaling.") version ".tar.gz")) (sha256 (base32 - "059pxlfd4l5dqhd6r3lynzfz4wby2f17294fy17pi9j2jpnn68ww")))) + "0w5ypz6451msckivjriwyw8djydlwffam7x23xh626s2vzdrlzgp")))) (build-system gnu-build-system) (home-page "http://www.issihosts.com/haveged") (synopsis "Entropy source for the Linux random number generator") |