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

python313Packages.pyexploitdb: 0.2.102 -> 0.2.103 (#453477)

parents ac80080a 7a621b5f
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -9,13 +9,12 @@

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

  src = fetchPypi {
    pname = "pyExploitDb";
    inherit version;
    hash = "sha256-vkqKouvVu+qDcFGODvZuPzhcRVEQRsCa6lqRLekZThw=";
    inherit pname version;
    hash = "sha256-UAR3S0Tpo1C6a8YcNjoncPWEklwCsSC+T8E5s5rgaw8=";
  };

  build-system = [ setuptools ];