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

python3Packages.bloodyad: 2.1.20 -> 2.1.21 (#421996)

parents 7e8ba72f 1ac5e23f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "bloodyad";
  version = "2.1.20";
  version = "2.1.21";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "CravateRouge";
    repo = "bloodyAD";
    tag = "v${version}";
    hash = "sha256-mPomYeGuTbj5cKR+/null7EIjuSVsNbKqnPIqAOkZQY=";
    hash = "sha256-9yzKYSEmaPMv6AWhgr4UPPEx8s75Pg/hwqJnV29WocM=";
  };

  pythonRelaxDeps = [ "cryptography" ];