[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: whois: Update to 5.3.0.
From: |
Marius Bakke |
Subject: |
06/10: gnu: whois: Update to 5.3.0. |
Date: |
Thu, 1 Feb 2018 06:14:06 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 11d0741ffc95c6e34e13159cbfa391a4278114ed
Author: Marius Bakke <address@hidden>
Date: Thu Feb 1 11:33:40 2018 +0100
gnu: whois: Update to 5.3.0.
* gnu/packages/networking.scm (whois): Update to 5.3.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 cd5bcdd..84428c3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -453,7 +453,7 @@ and up to 1 Mbit/s downstream.")
(define-public whois
(package
(name "whois")
- (version "5.2.20")
+ (version "5.3.0")
(source
(origin
(method url-fetch)
@@ -461,7 +461,7 @@ and up to 1 Mbit/s downstream.")
name "_" version ".tar.xz"))
(sha256
(base32
- "02f00vpgrdb77w7lskl9jfm2akpy21ws9cjazs13gash2xksnj38"))))
+ "08sp2gzv09rar1a5mnfmbc24pqvhpqqmz2hnmv436n7v7d09qy2d"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; Does not exist
- branch master updated (09d95d8 -> 8a46443), Marius Bakke, 2018/02/01
- 06/10: gnu: whois: Update to 5.3.0.,
Marius Bakke <=
- 07/10: gnu: ldb: Update to 1.3.1., Marius Bakke, 2018/02/01
- 05/10: gnu: libraw: Update to 0.18.7., Marius Bakke, 2018/02/01
- 04/10: gnu: imagemagick: Update to 6.9.9-34., Marius Bakke, 2018/02/01
- 02/10: gnu: feh: Update to 2.23.1., Marius Bakke, 2018/02/01
- 03/10: gnu: re2: Update to 2018-02-01., Marius Bakke, 2018/02/01
- 01/10: Revert "gnu: python-dateutil: Update to 2.6.1.", Marius Bakke, 2018/02/01
- 10/10: gnu: libvpx: Update to 1.7.0., Marius Bakke, 2018/02/01
- 09/10: gnu: libvpx: Move hard-coded logic out of configure phase., Marius Bakke, 2018/02/01
- 08/10: gnu: tevent: Update to 0.9.35., Marius Bakke, 2018/02/01