Skip to content

Commit 4a3807f

Browse files
authored
python312Packages.pyexploitdb: 0.2.61 -> 0.2.62 (NixOS#371605)
2 parents ea3d590 + fa2accb commit 4a3807f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyexploitdb/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "pyexploitdb";
13-
version = "0.2.61";
13+
version = "0.2.62";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "pyExploitDb";
2020
inherit version;
21-
hash = "sha256-NbC9NUB4fgbR5nnBZHBA87dAqFn8CtAP2FMcFPJC76g=";
21+
hash = "sha256-lXmhRMyb7yB9qq/CmR/pnY0ttpiINhhPHPZfcfNjqpg=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)