Unverified Commit 67b8abb6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #221342 from r-ryantm/auto-update/python310Packages.apispec

python310Packages.apispec: 6.2.0 -> 6.3.0
parents 5c6473f9 57316da9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [