File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pkgs/development/python-modules/faraday-agent-parameters-types Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 pytestCheckHook ,
88 pythonOlder ,
99 setuptools ,
10+ validators ,
1011} :
1112
1213buildPythonPackage rec {
1314 pname = "faraday-agent-parameters-types" ;
14- version = "1.7.3 " ;
15+ version = "1.8.0 " ;
1516 pyproject = true ;
1617
1718 disabled = pythonOlder "3.7" ;
1819
1920 src = fetchPypi {
2021 pname = "faraday_agent_parameters_types" ;
2122 inherit version ;
22- hash = "sha256-dpMxmCFo7e+/VA1SdpdSYRKR9rvr7zQWTri4pJt/4PY =" ;
23+ hash = "sha256-ZyTaQN6T+F8QKPuTfGcEtdKM/2hvtekghG4UwtER02A =" ;
2324 } ;
2425
2526 postPatch = ''
@@ -32,6 +33,7 @@ buildPythonPackage rec {
3233 dependencies = [
3334 marshmallow
3435 packaging
36+ validators
3537 ] ;
3638
3739 nativeCheckInputs = [ pytestCheckHook ] ;
You can’t perform that action at this time.
0 commit comments