diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-10 11:01:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-11 07:38:02 +0000 |
commit | f53a802b29dd08a472161fcdec76a7ccba306273 (patch) | |
tree | 4e54ff75ff3a5e617faf359b92e5b65ed9fbb64a /gnu | |
parent | d9d65f4e5bde22d8052a930e933c2e16e11d6fec (diff) |
gnu: haveged: Update to 1.9.17.
* gnu/packages/linux.scm (haveged): Update to 1.9.17.
Diffstat (limited to 'gnu')
-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 65ad3accfe..a778b51198 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6350,7 +6350,7 @@ cpufreq sub-system is enabled or not.") (define-public haveged (package (name "haveged") - (version "1.9.16") + (version "1.9.17") (source (origin (method git-fetch) @@ -6359,7 +6359,7 @@ cpufreq sub-system is enabled or not.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0xnmnifm2kh23acrxcprhb4yk13g2hvqv7y9kslbj1kxwrvmd04q")))) + (base32 "119iy8qrvdjkfwnzn1nfjzh2bbihb1vl44qhd6yzzcacjm6pwndr")))) (build-system gnu-build-system) (arguments `(#:configure-flags |