summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-26 23:30:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-27 00:49:52 +0100
commit1cf22254b089346ad3a3b2a67ebf0c6f42395b11 (patch)
treedc8edfe87d6d89b8cdaf98a7237fe60edfb57fe8 /gnu/packages
parent74301141f1733496295f8ccfb8f9a3537f49b1bc (diff)
gnu: jitterentropy-rngd: Update to 1.2.6.
* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5f1e42ab0c..0b9e7db9e5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2598,7 +2598,7 @@ Both commands are targeted at system administrators.")
(define-public jitterentropy-rngd
(package
(name "jitterentropy-rngd")
- (version "1.2.5")
+ (version "1.2.6")
(source
(origin
(method git-fetch)
@@ -2607,7 +2607,7 @@ Both commands are targeted at system administrators.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05h9a60s9x3jav33lh50ac1jw8wvbljw2ndrk3k7gs2nlz0kkl14"))))
+ (base32 "03cbcxkscjcmn6ybkmssq7i39sn5cfsap9fv058pi0k2mr90djwq"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite