gnu: rng-tools: Update to 6.4.

* gnu/packages/linux.scm (rng-tools): Update to 6.4.
This commit is contained in:
Marius Bakke 2018-08-30 18:01:54 +02:00
parent d3c1075c14
commit e50c727878
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3625,7 +3625,7 @@ (define-public rdma-core
(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 @@ (define-public rng-tools
(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.