nckx pushed a commit to branch master
in repository guix.

commit 23a01dddcf88af66f3c194e0513b0602a09b890f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: jitterentropy-rngd: Update to 1.2.7.
    
    * gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.7.
---
 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 d74e7c738c..2716e229e6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2680,7 +2680,7 @@ Both commands are targeted at system administrators.")
 (define-public jitterentropy-rngd
   (package
     (name "jitterentropy-rngd")
-    (version "1.2.6")
+    (version "1.2.7")
     (source
      (origin
        (method git-fetch)
@@ -2689,7 +2689,7 @@ Both commands are targeted at system administrators.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03cbcxkscjcmn6ybkmssq7i39sn5cfsap9fv058pi0k2mr90djwq"))))
+        (base32 "098hx09bsizin9405gh1c4rzbs2fr7qknqlr3glgyjpm3nm7bx28"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite

Reply via email to