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

python313Packages.bloodyad: 2.1.8 -> 2.1.9 (#390747)

parents b0200dcd 09058df0
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -5,9 +5,8 @@
  cryptography,
  dnspython,
  fetchFromGitHub,
  gssapi,
  hatchling,
  ldap3,
  minikerberos,
  msldap,
  pyasn1,
  pytestCheckHook,
@@ -17,7 +16,7 @@

buildPythonPackage rec {
  pname = "bloodyad";
  version = "2.1.8";
  version = "2.1.9";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +25,7 @@ buildPythonPackage rec {
    owner = "CravateRouge";
    repo = "bloodyAD";
    tag = "v${version}";
    hash = "sha256-CggC7Cdw++Rgp6U4zK3er+ctBbfsxtxow9gFkYvIDds=";
    hash = "sha256-XqCP2GfS8hxlFU4Mndeh+7Ll2kXJ3Dei+AGp/oy0PUg=";
  };

  build-system = [ hatchling ];
@@ -35,10 +34,8 @@ buildPythonPackage rec {
    asn1crypto
    cryptography
    dnspython
    gssapi
    ldap3
    minikerberos
    msldap
    pyasn1
    winacl
  ];