python3Packages.apispec: 6.8.2 -> 6.8.3

This commit is contained in:
R. Ryantm
2025-09-08 19:30:22 +00:00
parent 90a49d004a
commit bc3b02509c
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "apispec";
version = "6.8.2";
version = "6.8.3";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-zltpufzwJQy1a6DBpSp1/yLC98WGZU5XiEOZAYxRnyY=";
hash = "sha256-CCMjWqFxGH/A+x39KCEevPX+d2iyp+GSnQZnHhYkOa4=";
};
build-system = [ flit-core ];