python3Packages.impacket: 0.13.0 -> 0.13.1 (#522062)

This commit is contained in:
Fabian Affolter
2026-05-20 17:47:54 +00:00
committed by GitHub
@@ -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" ];