summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-07-30 10:14:50 +0200
committerAndreas Enge <andreas@enge.fr>2025-07-30 10:14:50 +0200
commitac9188e5ac0de2da631b27602c62588349eb9f47 (patch)
tree9291dcac22af8ca37cfa41953b2dc66d92dbb0e9 /gnu/packages/linux.scm
parentfb3d29e76f776fc765de5bdd7546a2398be125ea (diff)
gnu: rng-tools: Update to 6.17.
* gnu/packages/linux.scm (rng-tools): Update to 6.17. Change-Id: I53783514699b78e9aa2ce8278f7ffbe322db20e2
Diffstat (limited to 'gnu/packages/linux.scm')
-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 6e582f05a53..4aa16848663 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7991,7 +7991,7 @@ The collection contains a set of bandwidth and latency benchmark such as:
(package
(name "rng-tools")
(home-page "https://github.com/nhorman/rng-tools")
- (version "6.16")
+ (version "6.17")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page)
@@ -7999,7 +7999,7 @@ The collection contains a set of bandwidth and latency benchmark such as:
(file-name (git-file-name name version))
(sha256
(base32
- "1rsk8nxs0j32b9hr88qk8hv029fb1q0hcrw0mfdywvm7dn2d15gn"))
+ "0vvqi9ha4jbk4086x2q98p4ip3z56sfdpyckdyknsd36zhp6z8n2"))
(patches
(search-patches "rng-tools-revert-build-randstat.patch"))
(patch-flags '("-p0"))))