[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/17: gnu: rng-tools: Update to 6.3.1.
From: |
Marius Bakke |
Subject: |
16/17: gnu: rng-tools: Update to 6.3.1. |
Date: |
Tue, 17 Jul 2018 19:18:26 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1a149de74816cf025c08d4b3d22cfa39ed0577ee
Author: Marius Bakke <address@hidden>
Date: Tue Jul 17 15:11:30 2018 +0200
gnu: rng-tools: Update to 6.3.1.
* gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
---
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 277c246..d9c0985 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.
- branch master updated (799dc53 -> b8b15ea), Marius Bakke, 2018/07/17
- 02/17: gnu: rapidjson: Remove non-free code., Marius Bakke, 2018/07/17
- 06/17: gnu: libmikmod: Update to 3.3.11.1., Marius Bakke, 2018/07/17
- 05/17: gnu: libextractor: Update to 1.7., Marius Bakke, 2018/07/17
- 03/17: gnu: libb2: Update to 0.98., Marius Bakke, 2018/07/17
- 01/17: gnu: libusb: Update home page., Marius Bakke, 2018/07/17
- 04/17: gnu: libcue: Update to 2.2.1., Marius Bakke, 2018/07/17
- 08/17: gnu: libspiro: Update to 0.5.20150702., Marius Bakke, 2018/07/17
- 07/17: gnu: libmodplug: Update to 0.8.9.0., Marius Bakke, 2018/07/17
- 13/17: gnu: sfml: Remove all bundled dependencies., Marius Bakke, 2018/07/17
- 16/17: gnu: rng-tools: Update to 6.3.1.,
Marius Bakke <=
- 11/17: gnu: Add stb-image., Marius Bakke, 2018/07/17
- 10/17: gnu: sfml: Update to 2.5.0., Marius Bakke, 2018/07/17
- 12/17: gnu: Add stb-image-write., Marius Bakke, 2018/07/17
- 09/17: gnu: physfs: Update to 3.0.1., Marius Bakke, 2018/07/17
- 15/17: gnu: address@hidden: Update to 2.8.15., Marius Bakke, 2018/07/17
- 14/17: gnu: Add bsdiff., Marius Bakke, 2018/07/17
- 17/17: gnu: whois: Update to 5.3.2., Marius Bakke, 2018/07/17