Merge pull request #120215 from fabaff/bump-whois

python3Packages.whois: 0.9.7 -> 0.9.13
This commit is contained in:
Sandro 2021-04-23 05:25:33 +02:00 committed by GitHub
commit e20f279317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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