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

python3Packages.pyexploitdb: 0.3.21 -> 0.3.22 (#509722)

parents 32d8942c bff2fb1a
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.21";
  version = "0.3.22";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-j9STueuKwRqbq0zS+xxE8I7EDR4s+Cq1evCtP0h3WX4=";
    hash = "sha256-yk01aq1rOed312E629Vt5TuXl1vQdgoZZB3c5tk3nEk=";
  };

  build-system = [ setuptools ];