python3Packages.impacket: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-10-23 20:15:14 +00:00
committed by Fabian Affolter
parent 91f25110fd
commit 042e104540
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "impacket";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-iVh9G4NqUiDXSEjJNHV5YrOCiG3KixtKDETWk/JgBkM=";
hash = "sha256-0JpSvvxU24IDM2BWfetwxIoIGBPQiiIhstGiWc1+Tjo=";
};
pythonRelaxDeps = [ "pyopenssl" ];