guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: rng-tools: Update to 6.8.


From: guix-commits
Subject: 04/11: gnu: rng-tools: Update to 6.8.
Date: Mon, 11 Nov 2019 21:34:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit dfd82356354429bced81b1a706db1f2acd12b634
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 11 18:39:56 2019 +0100

    gnu: rng-tools: Update to 6.8.
    
    * gnu/packages/linux.scm (rng-tools): Update to 6.8.
---
 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 2a302dd..6c2c552 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4414,7 +4414,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.7")
+    (version "6.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page)
@@ -4422,7 +4422,7 @@ The collection contains a set of bandwidth and latency 
benchmark such as:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19f75m6mzg8h7b4snzg7d6ypvkz6nq32lrpi9ja95gqz4wsd18a5"))))
+                "1clm9i9xg3j79q0d6vinn6dx0nwh1fvzcmkqpcbay7mwsgkknvw2"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 
MiB.



reply via email to

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