guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: haveged: Update to 1.9.14.


From: guix-commits
Subject: 03/09: gnu: haveged: Update to 1.9.14.
Date: Sun, 21 Mar 2021 18:17:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bba6d1521032f7a50649d3f0fc91d84a8c09ca21
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 17:23:54 2021 +0100

    gnu: haveged: Update to 1.9.14.
    
    * gnu/packages/linux.scm (haveged): Update to 1.9.14.
---
 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 3343f46..69e573d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5797,7 +5797,7 @@ cpufreq sub-system is enabled or not.")
 (define-public haveged
   (package
     (name "haveged")
-    (version "1.9.13")
+    (version "1.9.14")
     (source
      (origin
        (method git-fetch)
@@ -5806,7 +5806,7 @@ cpufreq sub-system is enabled or not.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g3hcvpky76cabgcfqh65fay7nnjkms32sgmlf33q969833hijqz"))))
+        (base32 "050hmnh5s2s4mb83f4d1fk23mk27pprg840c1aagc6v1sz6x5dhq"))))
     (build-system gnu-build-system)
     (home-page "https://www.issihosts.com/haveged";)
     (synopsis "Entropy source for the Linux random number generator")



reply via email to

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