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

python3Packages.bloodyad: 2.5.0 -> 2.5.1 (#470600)

parents eb462754 4a2af04f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "bloodyad";
  version = "2.5.0";
  version = "2.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CravateRouge";
    repo = "bloodyAD";
    tag = "v${version}";
    hash = "sha256-WKD8R1pH1dIAxMIM2SLPV+AoFi3z1O96U8XK2QyVYxQ=";
    hash = "sha256-qz7jhFBkJdIDnnGOz4SvDI/YcSXdP7B1FPKxaGRJRWE=";
  };

  pythonRelaxDeps = [ "cryptography" ];