nckx pushed a commit to branch master
in repository guix.
commit c34333c3db25145d783a0554c5049bf85378ee34
Author: Tobias Geerinckx-Rice <[email protected]>
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