guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: rng-tools: Update to 6.4.


From: Marius Bakke
Subject: 05/07: gnu: rng-tools: Update to 6.4.
Date: Thu, 30 Aug 2018 12:46:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e50c7278782a02a01ca3eb35670d75c8cb4f7fd9
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 30 18:01:54 2018 +0200

    gnu: rng-tools: Update to 6.4.
    
    * gnu/packages/linux.scm (rng-tools): Update to 6.4.
---
 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 49fc84c..63b3ece 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3625,7 +3625,7 @@ The following service daemons are also provided:
 (define-public rng-tools
   (package
     (name "rng-tools")
-    (version "6.3.1")
+    (version "6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/nhorman/rng-tools/";
@@ -3633,7 +3633,7 @@ The following service daemons are also provided:
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "04p7wvcm389s21y9mq8ss6z2szxi4nfrfixzwqjkq2qciz705i4s"))))
+                "005krksl8iz37l5p1nx8apl1yg7q78yrsb6inby31d2g5ck8nnwa"))))
     (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]