python311Packages.apispec: 6.5.0 -> 6.6.0

This commit is contained in:
R. Ryantm 2024-03-18 10:10:17 +00:00
parent 587588276e
commit a30f610e4f
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "apispec";
version = "6.5.0";
version = "6.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-wDpNhIrnDpuyJp3U5NMNjsfsBp0k756bQi48vRqf55Q=";
hash = "sha256-wIRvjqpRGcRrLs/pvCTtGduohF+GVdALUd3SlqEOpMs=";
};
nativeBuildInputs = [