guix-commits
[Top][All Lists]
Advanced

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

02/33: gnu: jitterentropy-rngd: Update to 1.2.8.


From: guix-commits
Subject: 02/33: gnu: jitterentropy-rngd: Update to 1.2.8.
Date: Fri, 21 Oct 2022 13:20:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b4a62d7e885ed21b14230c4bd241375b618c3f02
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:03 2022 +0200

    gnu: jitterentropy-rngd: Update to 1.2.8.
    
    * gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.8.
---
 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 90305206e9..2db3681e21 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2672,7 +2672,7 @@ Both commands are targeted at system administrators.")
 (define-public jitterentropy-rngd
   (package
     (name "jitterentropy-rngd")
-    (version "1.2.7")
+    (version "1.2.8")
     (source
      (origin
        (method git-fetch)
@@ -2681,7 +2681,7 @@ Both commands are targeted at system administrators.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "098hx09bsizin9405gh1c4rzbs2fr7qknqlr3glgyjpm3nm7bx28"))))
+        (base32 "13br8s6gqnfc844ps38ya5nny3pndsmskszv3dsp1cxcgvmscg1c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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