guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: rng-tools: Update to 6.6.


From: Marius Bakke
Subject: 08/08: gnu: rng-tools: Update to 6.6.
Date: Sun, 21 Oct 2018 12:00:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3a69b59332f02805fde2aee22b8f622c651f7007
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 21 17:51:42 2018 +0200

    gnu: rng-tools: Update to 6.6.
    
    * gnu/packages/linux.scm (rng-tools): Update to 6.6.
---
 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 6a89caf..2aeddc2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3671,7 +3671,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.5")
+    (version "6.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page)
@@ -3679,7 +3679,7 @@ The collection contains a set of bandwidth and latency 
benchmark such as:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "11kw1rcgzmgzwk7g1w2g0nzjraqb0pf24gxpy50k4ls2qxslw3rk"))))
+                "0c32sxfvngdjzfmxn5ngc5yxwi8ij3yl216nhzyz9r31qi3m14v7"))))
     (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]