python310Packages.apispec: 6.0.2 -> 6.1.0

This commit is contained in:
R. Ryantm 2023-03-05 12:24:07 +00:00
parent a1240f6b4a
commit d6a97b4182

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "apispec";
version = "6.0.2";
version = "6.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-522Atznt70viEwkqY4Stf9kzun1k9tWgr/jU2hvveIc=";
hash = "sha256-iB07kL//3tZZvApL8J6t7t+iVs0nFyaxVV11r54Kmmk=";
};
propagatedBuildInputs = [