Unverified Commit ce0d177a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.apispec: 6.8.3 -> 6.8.4 (#447541)

parents 4f48738c 361f4839
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "apispec";
  version = "6.8.3";
  version = "6.8.4";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-CCMjWqFxGH/A+x39KCEevPX+d2iyp+GSnQZnHhYkOa4=";
    hash = "sha256-/Q7RSvcaKUnZrrlrcs4VF8tKSKXFVmfNBIO37TMVaio=";
  };

  build-system = [ flit-core ];