guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: rng-tools: Update to 6.14.


From: guix-commits
Subject: 01/02: gnu: rng-tools: Update to 6.14.
Date: Mon, 4 Oct 2021 20:52:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4bee191bf408b4f6f575dcfdfd3fc595b94c477
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 01:50:06 2021 +0200

    gnu: rng-tools: Update to 6.14.
    
    * gnu/packages/linux.scm (rng-tools): Update to 6.14.
---
 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 b2048f2..69a6813 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6062,7 +6062,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.13")
+    (version "6.14")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page)
@@ -6070,7 +6070,7 @@ The collection contains a set of bandwidth and latency 
benchmark such as:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0m4895f44a668r0z7md5ifq7syndsb2by2dfhk794vmhprsk1406"))))
+                "1hrbm4y7fbzkg5j2f7vpj19ri2ff2lp77al17fhi4mv0bvdfjd9m"))))
     (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]