python3Packages.impacket: 0.13.0 -> 0.13.1 (#522062)
This commit is contained in:
@@ -37,12 +37,12 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "impacket";
|
||||
version = "0.13.0";
|
||||
version = "0.13.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-0JpSvvxU24IDM2BWfetwxIoIGBPQiiIhstGiWc1+Tjo=";
|
||||
hash = "sha256-7ZHIAra+/2VGr9ImKUK8GhiLRnH7kex1HUah1m0ows8=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "pyopenssl" ];
|
||||
|
||||
Reference in New Issue
Block a user