guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: haveged: Update to 1.9.17.


From: guix-commits
Subject: 04/06: gnu: haveged: Update to 1.9.17.
Date: Wed, 12 Jan 2022 01:48:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f53a802b29dd08a472161fcdec76a7ccba306273
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 10 11:01:03 2022 +0100

    gnu: haveged: Update to 1.9.17.
    
    * gnu/packages/linux.scm (haveged): Update to 1.9.17.
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]