Skip to content

Commit 71095e4

Browse files
committed
python314Packages.pyexploitdb: 0.3.10 -> 0.3.11
Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
1 parent 918178a commit 71095e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
buildPythonPackage (finalAttrs: {
1111
pname = "pyexploitdb";
12-
version = "0.3.10";
12+
version = "0.3.11";
1313
pyproject = true;
1414

1515
src = fetchPypi {
1616
inherit (finalAttrs) pname version;
17-
hash = "sha256-EZX2eCNc46UuqbBEypjp6NcHOAI6C7SiFu+AZPXcSg8=";
17+
hash = "sha256-SKIGVjgNhM22Ia/ZxZD5uwFiE4XcYmnKMvNG/KGltYw=";
1818
};
1919

2020
build-system = [ setuptools ];

0 commit comments

Comments
 (0)