Unverified Commit 5a7f54e8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pyexploitdb: 0.3.9 -> 0.3.10 (#481920)

parents d9b0300a e3db3ea5
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 ];