guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a365e9f4add50e9ba8af76bda2cae15be22f4350
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Wed Sep 17 22:04:46 2025 +0300
gnu: haveged: Update to 1.9.19.
* gnu/packages/linux.scm (haveged): Update to 1.9.19.
Change-Id: Idb6ef64ac23cae9fbd4cb063d719dfcd2f8e2daf
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a96419aadf..26df09c5c6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8131,7 +8131,7 @@ cpufreq sub-system is enabled or not.")
(define-public haveged
(package
(name "haveged")
- (version "1.9.18")
+ (version "1.9.19")
(source
(origin
(method git-fetch)
@@ -8140,7 +8140,7 @@ cpufreq sub-system is enabled or not.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1y1p3qhjzhpgd20xz5ffms3w1bdvpk883y38ydwsmp9mc0kzy8kz"))))
+ (base32 "1qka68dlfz9z3gjfvfwvh60l2121c1yx0z264jqsf2vjp5f0xbmn"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags