[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: rng-tools: Update to 6.11.
From: |
guix-commits |
Subject: |
02/10: gnu: rng-tools: Update to 6.11. |
Date: |
Mon, 11 Jan 2021 17:31:35 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit bef64a7fab48cde7d61e9ce5b1e85b6555c8e21b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 11 22:09:19 2021 +0100
gnu: rng-tools: Update to 6.11.
* gnu/packages/linux.scm (rng-tools): Update to 6.11.
---
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 77277e2..8656da9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5626,7 +5626,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.10")
+ (version "6.11")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page)
@@ -5634,7 +5634,7 @@ The collection contains a set of bandwidth and latency
benchmark such as:
(file-name (git-file-name name version))
(sha256
(base32
- "0hbml37yxs0fs69g7f2x4ixq61z0029swy99rn7ykma9mi6b7ni9"))))
+ "0wwvi8a8k2ahhmwln4w970b8gd3in3g13jkbsapkpnspwmlqj5xa"))))
(build-system gnu-build-system)
(arguments
`(;; Disable support for various hardware entropy sources as they need
- branch master updated (1cf31ee -> 8153705), guix-commits, 2021/01/11
- 05/10: gnu: inxi-minimal: Update to 3.2.02-1., guix-commits, 2021/01/11
- 02/10: gnu: rng-tools: Update to 6.11.,
guix-commits <=
- 07/10: gnu: mcelog: Cross-compile., guix-commits, 2021/01/11
- 04/10: gnu: erofs-utils: Update to 1.2.1., guix-commits, 2021/01/11
- 08/10: gnu: mcelog: Don't use unstable tarball., guix-commits, 2021/01/11
- 09/10: gnu: podofo: Update to 0.9.7., guix-commits, 2021/01/11
- 01/10: gnu: libblockdev: Update to 2.25., guix-commits, 2021/01/11
- 06/10: gnu: mcelog: Update to 175., guix-commits, 2021/01/11
- 10/10: gnu: podofo: Omit static library., guix-commits, 2021/01/11
- 03/10: gnu: htop: Update to 3.0.5., guix-commits, 2021/01/11