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

python3Packages.pyexploitdb: 0.3.18 -> 0.3.19 (#502635)

parents 778baf52 094614f0
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.18";
  version = "0.3.19";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-EGZN2KR5H6oVrjrJ7VNONE1Pk61G9hZWnJabaOWlIxo=";
    hash = "sha256-6lLacEjLsq7d39Ih5aQbXnoiSsHm4O4LV8e22VnMw90=";
  };

  build-system = [ setuptools ];