python312Packages.asyncwhois: 1.1.5 -> 1.1.9
Diff: https://github.com/pogzyb/asyncwhois/compare/refs/tags/v1.1.5...v1.1.9 Changelog: https://github.com/pogzyb/asyncwhois/releases/tag/v1.1.9
This commit is contained in:
parent
db65b080f0
commit
9715e65d53
@ -6,6 +6,7 @@
|
||||
pytest-asyncio,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
python-dateutil,
|
||||
python-socks,
|
||||
pythonOlder,
|
||||
tldextract,
|
||||
@ -14,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asyncwhois";
|
||||
version = "1.1.5";
|
||||
version = "1.1.9";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -23,12 +24,13 @@ buildPythonPackage rec {
|
||||
owner = "pogzyb";
|
||||
repo = "asyncwhois";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-y5JmAbrk9qJeNYejNcz5nI5bghaetUw1xkD8qgwOkao=";
|
||||
hash = "sha256-Eb7De2AMxZi0Wu8dYA5wlX84BbF62L24vIuBEnvfxBU=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
python-dateutil
|
||||
python-socks
|
||||
tldextract
|
||||
whodap
|
||||
|
Loading…
Reference in New Issue
Block a user