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

python3Packages.pyexploitdb: 0.3.19 -> 0.3.20 (#505765)

parents 3c3b630f 97d754d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildPythonPackage (finalAttrs: {
  pname = "pyexploitdb";
  version = "0.3.19";
  version = "0.3.20";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-6lLacEjLsq7d39Ih5aQbXnoiSsHm4O4LV8e22VnMw90=";
    hash = "sha256-rz+juMgqJJ9PaJVfg79+j26MSV2enG3dH5fOJrU1g+E=";
  };

  build-system = [ setuptools ];