aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-26 23:05:41 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-29 00:23:27 +0100
commit87c6e9d27f88ed8d26bf9367a20d68821e4f6802 (patch)
treea4375e50c0f608822e6b4d0a6322b00f5c733821
parent7f86e5e74d3b6cb2c2ac7f9c54dd487773c1405d (diff)
downloadguix-87c6e9d27f88ed8d26bf9367a20d68821e4f6802.tar
guix-87c6e9d27f88ed8d26bf9367a20d68821e4f6802.tar.gz
gnu: haveged: Update to 1.9.2.
* gnu/packages/linux.scm (haveged): Update to 1.9.2.
-rw-r--r--gnu/packages/linux.scm4
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")