summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-16 15:42:29 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-17 01:01:58 +0200
commit41c77ba3ff56fccee1dc4fc46ae88f0dbe674266 (patch)
treef3fd0b4793463ec01c9eb50bc646d886c231aead /gnu/packages
parent1df4d1b4d9d25d017fbda08da911303d5a40ac91 (diff)
downloadguix-41c77ba3ff56fccee1dc4fc46ae88f0dbe674266.tar.gz
gnu: rng-tools: Update to 6.2.
* gnu/packages/linux.scm (rng-tools): Update to 6.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0f72701aa8..f949e3fc4d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3516,7 +3516,7 @@ The following service daemons are also provided:
 (define-public rng-tools
   (package
     (name "rng-tools")
-    (version "6.1")
+    (version "6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/nhorman/rng-tools/"
@@ -3524,7 +3524,7 @@ The following service daemons are also provided:
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "00ywsknjpc9jd9kfmz2syk9l0xkiiwyx5qhl5zvhhc69v6682i31"))))
+                "0xy4qmfhvkr5z4jr9j55dn5gnajr2jccdp6n0xsxkipjcgag342j"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.