diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 03:30:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 13:31:37 +0200 |
commit | 9eeff70251b47b57ba60b4e37fe753e6d3d1288e (patch) | |
tree | fb02fceb2b8fa914a35127e8e7f997b1764ae456 /gnu/packages/linux.scm | |
parent | ea0fb5a567c893cf29bf23c6c7a946c9a84b46d5 (diff) | |
download | guix-9eeff70251b47b57ba60b4e37fe753e6d3d1288e.tar.gz |
gnu: haveged: Update to 1.9.15.
* gnu/packages/linux.scm (haveged): Update to 1.9.15.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 d46ba178da..f0de5419c5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6187,7 +6187,7 @@ cpufreq sub-system is enabled or not.") (define-public haveged (package (name "haveged") - (version "1.9.14") + (version "1.9.15") (source (origin (method git-fetch) @@ -6196,7 +6196,7 @@ cpufreq sub-system is enabled or not.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "050hmnh5s2s4mb83f4d1fk23mk27pprg840c1aagc6v1sz6x5dhq")))) + (base32 "1zb790adsmqq3r26zlaxfrk2hpgxjcjz8l73hn3hli3l3javykvd")))) (build-system gnu-build-system) (home-page "https://www.issihosts.com/haveged") (synopsis "Entropy source for the Linux random number generator") |