[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: whois: Update to 5.4.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
10/10: gnu: whois: Update to 5.4.0. |
Date: |
Wed, 31 Oct 2018 23:34:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 66a2a47117af6625d3b6fab8d661bbe57ff648c1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Nov 1 04:29:02 2018 +0100
gnu: whois: Update to 5.4.0.
* gnu/packages/networking.scm (whois): Update to 5.4.0.
---
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 5a0c464..5504742 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -538,7 +538,7 @@ and up to 1 Mbit/s downstream.")
(define-public whois
(package
(name "whois")
- (version "5.3.2")
+ (version "5.4.0")
(source
(origin
(method url-fetch)
@@ -546,7 +546,7 @@ and up to 1 Mbit/s downstream.")
name "_" version ".tar.xz"))
(sha256
(base32
- "0m3352d5b0ragygbqjbaimghrbx4va2rixa34j5a1g3jj6l4nwbr"))))
+ "0y73b3z1akni620s1hlrijwdrk95ca1c8csjds48vpd6z86awx9p"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
- branch master updated (c16913d -> 66a2a47), Tobias Geerinckx-Rice, 2018/10/31
- 03/10: Keep (gnu packages video) module imports in order., Tobias Geerinckx-Rice, 2018/10/31
- 02/10: gnu: motion: Update to 4.2., Tobias Geerinckx-Rice, 2018/10/31
- 06/10: gnu: oniguruma: Update to 6.9.0., Tobias Geerinckx-Rice, 2018/10/31
- 09/10: gnu: highlight: Update to 3.47., Tobias Geerinckx-Rice, 2018/10/31
- 08/10: gnu: python-jsonrpclib-pelix: Update to 0.3.2., Tobias Geerinckx-Rice, 2018/10/31
- 10/10: gnu: whois: Update to 5.4.0.,
Tobias Geerinckx-Rice <=
- 01/10: gnu: julia: Update objconv input to 2018-10-07., Tobias Geerinckx-Rice, 2018/10/31
- 07/10: gnu: python-pynacl: Update to 1.3.0., Tobias Geerinckx-Rice, 2018/10/31
- 04/10: gnu: motion: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/10/31
- 05/10: gnu: motion: Install translations., Tobias Geerinckx-Rice, 2018/10/31