Skip to content

Commit 3e6f34b

Browse files
authored
python3Packages.pyexploitdb: 0.2.78 -> 0.2.79 (#404055)
2 parents 1b1395e + a684ab6 commit 3e6f34b

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.78";
13+
version = "0.2.79";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "pyExploitDb";
2020
inherit version;
21-
hash = "sha256-SuL47ivopE+Bnp0snsgn7HXGO6uUPL/pxo57eVHSHJU=";
21+
hash = "sha256-sUTqW2t69O/FEnpILpZz3ASyeK8S/kezLNpb5LuiM+s=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)