Commit 40e84e60 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyexploitdb: 0.3.24 -> 0.3.25

parent 6da63062
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.24";
  version = "0.3.25";
  pyproject = true;

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

  build-system = [ setuptools ];