Merge pull request #276881 from fabaff/whois-bump

python311Packages.whois: 0.99.27 -> 0.99.3
This commit is contained in:
Mario Rodas
2023-12-26 07:10:04 -05:00
committed by GitHub
@@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, hatchling
, inetutils
, pythonOlder
}:
buildPythonPackage rec {
pname = "whois";
version = "0.9.27";
format = "setuptools";
version = "0.99.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -16,15 +17,19 @@ buildPythonPackage rec {
owner = "DannyCork";
repo = "python-whois";
rev = "refs/tags/${version}";
hash = "sha256-hs4iCv2OqwLhTj2H4oijRYIyqXrHmewqgnMtU+3Uup0=";
hash = "sha256-uKAqpxb72fo0DiaChuJvDizq0z/oFSDHWJuK4vuYIzo=";
};
nativeBuildInputs = [
hatchling
];
propagatedBuildInputs = [
# whois is needed
inetutils
];
# tests require network access
# Tests require network access
doCheck = false;
pythonImportsCheck = [