File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pkgs/development/python-modules/asyncwhois Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 pytest-asyncio ,
77 pytest-mock ,
88 pytestCheckHook ,
9+ python-dateutil ,
910 python-socks ,
1011 pythonOlder ,
1112 tldextract ,
1415
1516buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments