python310Packages.apispec: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm 2023-03-15 16:37:06 +00:00
parent ec58c18d84
commit 57316da999

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "apispec";
version = "6.2.0";
version = "6.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GpSaYLtMQr7leqr11DwYTfPi6W2WWORC513UQ1z2CWE=";
hash = "sha256-bLCNks5z/ws79Gyy6lwA1XKJsPJ5+wJWo99GgYK6U0Q=";
};
propagatedBuildInputs = [