[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/17: gnu: whois: Update to 5.3.2.
From: |
Marius Bakke |
Subject: |
17/17: gnu: whois: Update to 5.3.2. |
Date: |
Tue, 17 Jul 2018 19:18:26 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit b8b15ea0e903af359b22dd4e2b991445e1a127bc
Author: Marius Bakke <address@hidden>
Date: Tue Jul 17 15:13:39 2018 +0200
gnu: whois: Update to 5.3.2.
* gnu/packages/networking.scm (whois): Update to 5.3.2.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ebf0e86..90967b9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -534,7 +534,7 @@ and up to 1 Mbit/s downstream.")
(define-public whois
(package
(name "whois")
- (version "5.3.1")
+ (version "5.3.2")
(source
(origin
(method url-fetch)
@@ -542,7 +542,7 @@ and up to 1 Mbit/s downstream.")
name "_" version ".tar.xz"))
(sha256
(base32
- "0gl98l26dcgmlap0pxllbv4b9n2fr5b7zml3ijf8sf3a60qsskpg"))))
+ "0m3352d5b0ragygbqjbaimghrbx4va2rixa34j5a1g3jj6l4nwbr"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
- 08/17: gnu: libspiro: Update to 0.5.20150702., (continued)
- 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, 2018/07/17
- 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 <=