Commit e3db3ea5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.pyexploitdb: 0.3.9 -> 0.3.10

parent bb3eb02a
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.9";
  version = "0.3.10";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-ef4+I0xjYLfe4QPgfZNWLQB+0WAA4WUEn1W6uTSGkjU=";
    hash = "sha256-EZX2eCNc46UuqbBEypjp6NcHOAI6C7SiFu+AZPXcSg8=";
  };

  build-system = [ setuptools ];