Unverified Commit 67889a25 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python314Packages.pyexploitdb: 0.3.16 -> 0.3.17 (#499187)

parents e105ab7a ea7304d7
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.16";
  version = "0.3.17";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-KNnKMCHhHrnqQ5YQ10Zk3LV89SZKC2g69m/pIY+zHRY=";
    hash = "sha256-8V9BlV1m8ApZ5UoJOYIXCsNRh17xyGBQ1zN6kAnt38Y=";
  };

  build-system = [ setuptools ];