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

python3Packages.pyexploitdb: 0.2.101 -> 0.2.102 (#451808)

parents af15cac5 e0e82fa8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "pyexploitdb";
  version = "0.2.101";
  version = "0.2.102";
  pyproject = true;

  src = fetchPypi {
    pname = "pyExploitDb";
    inherit version;
    hash = "sha256-ZiNFLX3L4Fc6fJxd2sUlF+tU2PL544fOu36niFN+aoM=";
    hash = "sha256-vkqKouvVu+qDcFGODvZuPzhcRVEQRsCa6lqRLekZThw=";
  };

  build-system = [ setuptools ];