summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-17 15:11:30 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-18 01:04:15 +0200
commit1a149de74816cf025c08d4b3d22cfa39ed0577ee (patch)
tree507d3bd2e6a73e0583f7c56fa3d7a46bb24c6e69 /gnu
parent7c9e27e8b66cd1239c5aabd9c24d237710654a27 (diff)
downloadgnu-guix-1a149de74816cf025c08d4b3d22cfa39ed0577ee.tar
gnu-guix-1a149de74816cf025c08d4b3d22cfa39ed0577ee.tar.gz
gnu: rng-tools: Update to 6.3.1.
* gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
Diffstat (limited to 'gnu')
-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 277c2465bb..d9c0985697 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3590,7 +3590,7 @@ The following service daemons are also provided:
(define-public rng-tools
(package
(name "rng-tools")
- (version "6.3")
+ (version "6.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/nhorman/rng-tools/"
@@ -3598,7 +3598,7 @@ The following service daemons are also provided:
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1lc2kqw3idwmjyjnf16sqz0f4r1w7c638n4la1j1n5c3188q26bv"))))
+ "04p7wvcm389s21y9mq8ss6z2szxi4nfrfixzwqjkq2qciz705i4s"))))
(build-system gnu-build-system)
(arguments
`(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.