diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-05 06:16:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-05 23:33:56 +0100 |
commit | 2c1807c516185a3d3d7cdca23297ca480dab16d4 (patch) | |
tree | 981556dc054ddca2ded667e2961392136878a5f9 /gnu/packages/linux.scm | |
parent | f16b6fd970933c03a3bc3e16084f1a8bd24064b4 (diff) | |
download | guix-2c1807c516185a3d3d7cdca23297ca480dab16d4.tar guix-2c1807c516185a3d3d7cdca23297ca480dab16d4.tar.gz |
gnu: haveged: Update to 1.9.16.
* gnu/packages/linux.scm (haveged): Update to 1.9.16.
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 e0d03e03c4..3fd8627cff 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6346,7 +6346,7 @@ cpufreq sub-system is enabled or not.") (define-public haveged (package (name "haveged") - (version "1.9.15") + (version "1.9.16") (source (origin (method git-fetch) @@ -6355,7 +6355,7 @@ cpufreq sub-system is enabled or not.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1zb790adsmqq3r26zlaxfrk2hpgxjcjz8l73hn3hli3l3javykvd")))) + (base32 "0xnmnifm2kh23acrxcprhb4yk13g2hvqv7y9kslbj1kxwrvmd04q")))) (build-system gnu-build-system) (arguments `(#:configure-flags |