gnu: rng-tools: Update to 6.6.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 21 Oct 2018 15:51:42 +0000 (17:51 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 21 Oct 2018 15:57:01 +0000 (17:57 +0200)
* gnu/packages/linux.scm (rng-tools): Update to 6.6.

gnu/packages/linux.scm

index 6a89caf..2aeddc2 100644 (file)
@@ -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.