guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: gnu: rng-tools: Update to 6.12.


From: guix-commits
Subject: 04/09: gnu: rng-tools: Update to 6.12.
Date: Sun, 21 Mar 2021 18:17:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 43ed895379c34797981c9736d7312e5100887e9c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 17:24:05 2021 +0100

    gnu: rng-tools: Update to 6.12.
    
    * gnu/packages/linux.scm (rng-tools): Update to 6.12.
---
 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 69e573d..a044819 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5688,7 +5688,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.11")
+    (version "6.12")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page)
@@ -5696,7 +5696,7 @@ The collection contains a set of bandwidth and latency 
benchmark such as:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wwvi8a8k2ahhmwln4w970b8gd3in3g13jkbsapkpnspwmlqj5xa"))))
+                "0z4j3kqh9k3zsrx6257hwh4fa51vqg79c6dnfrj6lhpcll0wh0hm"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Disable support for various hardware entropy sources as they need



reply via email to

[Prev in Thread] Current Thread [Next in Thread]