python313Packages.bloodyad: 2.5.3 -> 2.5.4

Diff: https://github.com/CravateRouge/bloodyAD/compare/v2.5.3...v2.5.4

Changelog: https://github.com/CravateRouge/bloodyAD/releases/tag/v2.5.4
This commit is contained in:
Fabian Affolter
2026-02-01 02:26:36 +01:00
parent d23c23b743
commit 88dcedc3cd
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "bloodyad";
version = "2.5.3";
version = "2.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "CravateRouge";
repo = "bloodyAD";
tag = "v${version}";
hash = "sha256-xevh8bPTyroZEiYqG5tbcjhhxjjQWencZTV4Iy/0U28=";
hash = "sha256-6ZSJTupjVhvyU9G/eePJiXk16w9HwpsOFwdwTSLb7tU=";
};
pythonRelaxDeps = [ "cryptography" ];