Unverified Commit 3e6f34b2 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pyexploitdb: 0.2.78 -> 0.2.79 (#404055)

parents 1b1395e0 a684ab6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pyexploitdb";
  version = "0.2.78";
  version = "0.2.79";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pyExploitDb";
    inherit version;
    hash = "sha256-SuL47ivopE+Bnp0snsgn7HXGO6uUPL/pxo57eVHSHJU=";
    hash = "sha256-sUTqW2t69O/FEnpILpZz3ASyeK8S/kezLNpb5LuiM+s=";
  };

  build-system = [ setuptools ];