python313Packages.faraday-agent-parameters-types: 1.7.3 -> 1.8.0 (#407657)

authored by Fabian Affolter and committed by GitHub 9cc8cd7b 97ea2973

+4 -2
+4 -2
pkgs/development/python-modules/faraday-agent-parameters-types/default.nix
··· 7 pytestCheckHook, 8 pythonOlder, 9 setuptools, 10 }: 11 12 buildPythonPackage rec { 13 pname = "faraday-agent-parameters-types"; 14 - version = "1.7.3"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.7"; ··· 19 src = fetchPypi { 20 pname = "faraday_agent_parameters_types"; 21 inherit version; 22 - hash = "sha256-dpMxmCFo7e+/VA1SdpdSYRKR9rvr7zQWTri4pJt/4PY="; 23 }; 24 25 postPatch = '' ··· 32 dependencies = [ 33 marshmallow 34 packaging 35 ]; 36 37 nativeCheckInputs = [ pytestCheckHook ];
··· 7 pytestCheckHook, 8 pythonOlder, 9 setuptools, 10 + validators, 11 }: 12 13 buildPythonPackage rec { 14 pname = "faraday-agent-parameters-types"; 15 + version = "1.8.0"; 16 pyproject = true; 17 18 disabled = pythonOlder "3.7"; ··· 20 src = fetchPypi { 21 pname = "faraday_agent_parameters_types"; 22 inherit version; 23 + hash = "sha256-ZyTaQN6T+F8QKPuTfGcEtdKM/2hvtekghG4UwtER02A="; 24 }; 25 26 postPatch = '' ··· 33 dependencies = [ 34 marshmallow 35 packaging 36 + validators 37 ]; 38 39 nativeCheckInputs = [ pytestCheckHook ];