Loading pkgs/development/python-modules/pyexploitdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "pyexploitdb"; version = "0.3.4"; version = "0.3.5"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-62uayIMtvFWX0SYHT0jz18wsIiRp/R7D6DNhOsCbT3s="; hash = "sha256-YRiC4k1kJqswUsNAVcSFq5S5gPZZygT7DZO1r4X0fBY="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/pyexploitdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "pyexploitdb"; version = "0.3.4"; version = "0.3.5"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-62uayIMtvFWX0SYHT0jz18wsIiRp/R7D6DNhOsCbT3s="; hash = "sha256-YRiC4k1kJqswUsNAVcSFq5S5gPZZygT7DZO1r4X0fBY="; }; build-system = [ setuptools ]; Loading