diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-24 00:40:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-24 00:41:25 +0200 |
commit | 834f78f7ea81cae7d04f6289358802f808513828 (patch) | |
tree | 4906e6ecf1649550b23cc67f7fdc3b1b1512d0ac | |
parent | 26a04f70fa7a3f3f661ba185d9266218eddab9b1 (diff) | |
download | guix-834f78f7ea81cae7d04f6289358802f808513828.tar.gz |
gnu: rng-tools: Update to 6.13.
* gnu/packages/linux.scm (rng-tools): Update to 6.13.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 26265b56e6..3f0dd138f4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5815,7 +5815,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.12") + (version "6.13") (source (origin (method git-fetch) (uri (git-reference (url home-page) @@ -5823,7 +5823,7 @@ The collection contains a set of bandwidth and latency benchmark such as: (file-name (git-file-name name version)) (sha256 (base32 - "0z4j3kqh9k3zsrx6257hwh4fa51vqg79c6dnfrj6lhpcll0wh0hm")))) + "0m4895f44a668r0z7md5ifq7syndsb2by2dfhk794vmhprsk1406")))) (build-system gnu-build-system) (arguments `(;; Disable support for various hardware entropy sources as they need |