Merge pull request #139679 from r-ryantm/auto-update/python3.8-apispec

python38Packages.apispec: 5.1.0 -> 5.1.1
This commit is contained in:
Mario Rodas 2021-09-30 21:26:39 -05:00 committed by GitHub
commit 21628d4e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "apispec";
version = "5.1.0";
version = "5.1.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "9ac7a7a6000339a02d05404ef561e013375f170de01d8b238782f8fb83082b5b";
sha256 = "d167890e37f14f3f26b588ff2598af35faa5c27612264ea1125509c8ff860834";
};
propagatedBuildInputs = [