Merge pull request #319489 from fabaff/bloodyad-bump

python312Packages.bloodyad: 2.0.3 -> 2.0.4
This commit is contained in:
Fabian Affolter 2024-06-13 15:46:27 +02:00 committed by GitHub
commit 9b971acbb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bloodyad";
version = "2.0.3";
version = "2.0.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "CravateRouge";
repo = "bloodyAD";
rev = "refs/tags/v${version}";
hash = "sha256-+Lw9Apm+zzUlM19fGgxOb2bTmmKQ1Nd7dUjF9rhHXKQ=";
hash = "sha256-VqjWv7z2mU0mLM6rM4KBLS4JZaM3DGRxjXXBJQQcu9I=";
};
build-system = [ hatchling ];