Commit 361f4839 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.apispec: 6.8.3 -> 6.8.4

parent dc436604
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 ];