Commit 71095e4f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python314Packages.pyexploitdb: 0.3.10 -> 0.3.11

parent 918178a9
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.10";
  version = "0.3.11";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-EZX2eCNc46UuqbBEypjp6NcHOAI6C7SiFu+AZPXcSg8=";
    hash = "sha256-SKIGVjgNhM22Ia/ZxZD5uwFiE4XcYmnKMvNG/KGltYw=";
  };

  build-system = [ setuptools ];