Unverified Commit e75d2d9f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents a04245e6 4d681d95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+2 −5
Original line number Diff line number Diff line
@@ -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" ];