summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-17 15:13:39 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-18 01:04:15 +0200
commitb8b15ea0e903af359b22dd4e2b991445e1a127bc (patch)
treeacb4ee1736f2f6b948a112bfaaf370e459db4ee3
parent1a149de74816cf025c08d4b3d22cfa39ed0577ee (diff)
downloadguix-patches-b8b15ea0e903af359b22dd4e2b991445e1a127bc.tar
guix-patches-b8b15ea0e903af359b22dd4e2b991445e1a127bc.tar.gz
gnu: whois: Update to 5.3.2.
* gnu/packages/networking.scm (whois): Update to 5.3.2.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ebf0e86f12..90967b9b1f 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