python3Packages.whois: 0.9.7 -> 0.9.13

This commit is contained in:
Fabian Affolter 2021-04-22 22:42:22 +02:00
parent 155101e356
commit 23bb006e9e

View File

@ -1,19 +1,18 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, pytestCheckHook
, inetutils , inetutils
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "whois"; pname = "whois";
version = "0.9.7"; version = "0.9.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "DannyCork"; owner = "DannyCork";
repo = "python-whois"; repo = "python-whois";
rev = version; rev = version;
sha256 = "1rbc4xif4dn455vc8dhxdvwszrb0nik5q9fy12db6mxfx6zikb7z"; sha256 = "0y2sfs6nkr2j2crrn81wkfdzn9aphb3iaddya5zd2midlgdqq7bw";
}; };
# whois is needed # whois is needed