python3Packages.impacket: 0.12.0 -> 0.13.0 (#455019)

This commit is contained in:
Fabian Affolter
2025-11-26 22:56:39 +00:00
committed by GitHub
2 changed files with 4 additions and 7 deletions
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "certipy-ad";
version = "5.0.3";
version = "5.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ly4k";
repo = "Certipy";
tag = version;
hash = "sha256-rS2d7jYHzmb2x6wKJizKrkna2xKrTAGwpSANnmbU16I=";
hash = "sha256-5STwBpX+8EsgRYMEirvqEhu4oMDs4hf4lDge1ShpKf4=";
};
pythonRelaxDeps = [
@@ -11,7 +11,6 @@
pyasn1-modules,
pycryptodomex,
pyopenssl,
pythonOlder,
setuptools,
pytestCheckHook,
six,
@@ -19,14 +18,12 @@
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" ];