guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: haveged: Update to 1.9.13.


From: guix-commits
Subject: 08/12: gnu: haveged: Update to 1.9.13.
Date: Tue, 30 Jun 2020 22:14:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 27f56b2c184a3fce02cf56ee72c1d89d9c13f67e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 03:35:53 2020 +0200

    gnu: haveged: Update to 1.9.13.
    
    * gnu/packages/linux.scm (haveged): Update to 1.9.13.
---
 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 cadfd18..54153b4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5366,7 +5366,7 @@ cpufreq sub-system is enabled or not.")
 (define-public haveged
   (package
     (name "haveged")
-    (version "1.9.8")
+    (version "1.9.13")
     (source
      (origin
        (method git-fetch)
@@ -5375,7 +5375,7 @@ cpufreq sub-system is enabled or not.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1znr58fb3faq4nmrvc3c5whkc1f3chivm4vhicdwr9pdsyqqsd51"))))
+        (base32 "0g3hcvpky76cabgcfqh65fay7nnjkms32sgmlf33q969833hijqz"))))
     (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]