guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: jitterentropy-rngd: Update to 1.2.5.


From: guix-commits
Subject: 04/06: gnu: jitterentropy-rngd: Update to 1.2.5.
Date: Sat, 16 Oct 2021 21:00:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c34333c3db25145d783a0554c5049bf85378ee34
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 17 02:00:58 2021 +0200

    gnu: jitterentropy-rngd: Update to 1.2.5.
    
    * gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.5.
---
 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 0088dba..a64bc9b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2605,7 +2605,7 @@ Both commands are targeted at system administrators.")
 (define-public jitterentropy-rngd
   (package
     (name "jitterentropy-rngd")
-    (version "1.2.0")
+    (version "1.2.5")
     (source
      (origin
        (method git-fetch)
@@ -2614,7 +2614,7 @@ Both commands are targeted at system administrators.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fb8zfwhwkl1d8n4cdn7rdv5rwd75qgc00d36pmkl7wgnj3c9xda"))))
+        (base32 "05h9a60s9x3jav33lh50ac1jw8wvbljw2ndrk3k7gs2nlz0kkl14"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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