Merge pull request #172859 from r-ryantm/auto-update/python3.10-apispec

python310Packages.apispec: 5.2.1 -> 5.2.2
This commit is contained in:
Mario Rodas 2022-05-14 11:16:04 -05:00 committed by GitHub
commit a83e4fc664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "apispec";
version = "5.2.1";
version = "5.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-z3VMQ5pW3xLwFJ/FaQpCJ3TprDOV+2eYiCwX+8OinS0=";
hash = "sha256-bqZULh6//p/ZW6Ae8/UTUerGwgCpdFYsdHMFm5zSCqc=";
};
propagatedBuildInputs = [