Skip to content

Commit 7d984c9

Browse files
authored
python312Packages.asyncwhois: 1.1.5 -> 1.1.9 (#356900)
2 parents ff2f00d + 9715e65 commit 7d984c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/asyncwhois/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
pytest-asyncio,
77
pytest-mock,
88
pytestCheckHook,
9+
python-dateutil,
910
python-socks,
1011
pythonOlder,
1112
tldextract,
@@ -14,7 +15,7 @@
1415

1516
buildPythonPackage rec {
1617
pname = "asyncwhois";
17-
version = "1.1.5";
18+
version = "1.1.9";
1819
pyproject = true;
1920

2021
disabled = pythonOlder "3.9";
@@ -23,12 +24,13 @@ buildPythonPackage rec {
2324
owner = "pogzyb";
2425
repo = "asyncwhois";
2526
rev = "refs/tags/v${version}";
26-
hash = "sha256-y5JmAbrk9qJeNYejNcz5nI5bghaetUw1xkD8qgwOkao=";
27+
hash = "sha256-Eb7De2AMxZi0Wu8dYA5wlX84BbF62L24vIuBEnvfxBU=";
2728
};
2829

2930
build-system = [ hatchling ];
3031

3132
dependencies = [
33+
python-dateutil
3234
python-socks
3335
tldextract
3436
whodap

0 commit comments

Comments
 (0)