python312Packages.python-whois: 0.9.3 -> 0.9.4

This commit is contained in:
Fabian Affolter 2024-04-27 19:41:42 +02:00
parent 36134ff401
commit bd89576013

View File

@ -11,14 +11,15 @@
buildPythonPackage rec {
pname = "python-whois";
version = "0.9.3";
version = "0.9.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-jdoscMD4nw+PxIpCNweJMyv/9nm1+kYgSIhBUdJso84=";
pname = "python_whois";
inherit version;
hash = "sha256-d7xzR7+BXWXM0ZZxHCmDdlLwdYWu2tPDwE3YhWUf16c=";
};
build-system = [