summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 06:26:33 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 17:12:54 +0100
commit5bcf4d4c35600d1964e4464aef7e7b63c9eced49 (patch)
treea2a449fbb7cb2c318764af04365504232f8e1d2f /gnu/packages/linux.scm
parent85df46d306162a329696933687df51b82906dd37 (diff)
downloadpatches-5bcf4d4c35600d1964e4464aef7e7b63c9eced49.tar
patches-5bcf4d4c35600d1964e4464aef7e7b63c9eced49.tar.gz
gnu: haveged: Update to 1.9.8.
* gnu/packages/linux.scm (haveged): Update to 1.9.8.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 ee3d6a4063..1c36aefb45 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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")