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

python3Packages.pyexploitdb: 0.3.22 -> 0.3.23 (#512349)

parents d4908068 50c402e1
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.22";
  version = "0.3.23";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-yk01aq1rOed312E629Vt5TuXl1vQdgoZZB3c5tk3nEk=";
    hash = "sha256-RS1nAIjuCmznq8rQ82lNWT2CVGxahRiH0RrBjDIPwJo=";
  };

  build-system = [ setuptools ];