Commit 374fbf35 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyexploitdb: 0.3.7 -> 0.3.8

parent 08008e2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildPythonPackage rec {
  pname = "pyexploitdb";
  version = "0.3.7";
  version = "0.3.8";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-S5Uiu5Boz0674pEE+Mbt/xvD6UAwHVHQHeAwJ8SyVWc=";
    hash = "sha256-e75D6QukP7uvxySj3dMkWhTlM0wooHkSzIzlX2S2n8I=";
  };

  build-system = [ setuptools ];