diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-15 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
commit | 217ac6440a565af9f7c6bebe9a2246c237ffc27d (patch) | |
tree | ac1e6f4b74321b60d110edab7f87f3d12d70869c | |
parent | 2f58393d995de9638140962cf4c40e5f2ba08c3a (diff) |
gnu: haveged: Update to 1.9.18.
* gnu/packages/linux.scm (haveged): Update to 1.9.18.
-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 4101d4897b..e3a37a7698 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6401,7 +6401,7 @@ cpufreq sub-system is enabled or not.") (define-public haveged (package (name "haveged") - (version "1.9.17") + (version "1.9.18") (source (origin (method git-fetch) @@ -6410,7 +6410,7 @@ cpufreq sub-system is enabled or not.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "119iy8qrvdjkfwnzn1nfjzh2bbihb1vl44qhd6yzzcacjm6pwndr")))) + (base32 "1y1p3qhjzhpgd20xz5ffms3w1bdvpk883y38ydwsmp9mc0kzy8kz")))) (build-system gnu-build-system) (arguments `(#:configure-flags |