python3Packages.apispec: 6.9.0 -> 6.10.0

This commit is contained in:
R. Ryantm
2026-03-09 01:16:26 +00:00
parent df6c2ecdae
commit 90cad09ecb
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "apispec";
version = "6.9.0";
version = "6.10.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ejjOfD7tx3cebjMpWv3YxLCs3ZhltIP4z2zDack+jR4=";
hash = "sha256-CoiFVc1KpftxdgQb4VaEFU/YlhBV4WcucDq/c36HYb8=";
};
build-system = [ flit-core ];