lol

python310Packages.prance: 0.22.02.22.0 -> 23.06.21.0

https://github.com/RonnyPfannschmidt/prance/blob/v23.06.21.0/CHANGES.rst

+3 -2
+3 -2
pkgs/development/python-modules/prance/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "prance"; 21 - version = "0.22.02.22.0"; 21 + version = "23.06.21.0"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.8"; ··· 28 28 repo = pname; 29 29 rev = "v${version}"; 30 30 fetchSubmodules = true; 31 - hash = "sha256-NtIbZp34IcMYJzaNQVL9GLdNS3NYOCRoWS1wGg/gLVA="; 31 + hash = "sha256-p+LZbQal4DPeMp+eJ2O83rCaL+QIUDcU34pZhYdN4bE="; 32 32 }; 33 33 34 34 postPatch = '' ··· 70 70 "test_convert_defaults" 71 71 "test_convert_output" 72 72 "test_fetch_url_http" 73 + "test_openapi_spec_validator_validate_failure" 73 74 ]; 74 75 pythonImportsCheck = [ "prance" ]; 75 76