We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b7b86 + 7cbf57c commit fe72380Copy full SHA for fe72380
pkgs/development/python-modules/bloodyad/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "bloodyad";
20
- version = "2.1.5";
+ version = "2.1.7";
21
pyproject = true;
22
23
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "CravateRouge";
27
repo = "bloodyAD";
28
rev = "refs/tags/v${version}";
29
- hash = "sha256-98Fm5c2BWRTuazVMM3v7s2ad5M0nOFQ+H+60whYhnDE=";
+ hash = "sha256-0BzVZ1aIjcq6D95hBjO+ahHaA48bmyaPAYHTAwQHaQg=";
30
};
31
32
build-system = [ hatchling ];
0 commit comments