Skip to content

Commit fe72380

Browse files
authored
python312Packages.bloodyad: 2.1.5 -> 2.1.7 (#368551)
2 parents 55b7b86 + 7cbf57c commit fe72380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/bloodyad/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "bloodyad";
20-
version = "2.1.5";
20+
version = "2.1.7";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "CravateRouge";
2727
repo = "bloodyAD";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-98Fm5c2BWRTuazVMM3v7s2ad5M0nOFQ+H+60whYhnDE=";
29+
hash = "sha256-0BzVZ1aIjcq6D95hBjO+ahHaA48bmyaPAYHTAwQHaQg=";
3030
};
3131

3232
build-system = [ hatchling ];

0 commit comments

Comments
 (0)