python3Packages.blackjax: 1.6 -> 1.6.2

Diff: https://github.com/blackjax-devs/blackjax/compare/1.6...1.6.2

Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.6.2
This commit is contained in:
Gaetan Lepage
2026-07-18 21:32:55 +00:00
parent 68bc3961e4
commit 072dc15bfd

View File

@@ -28,7 +28,7 @@
buildPythonPackage (finalAttrs: {
pname = "blackjax";
version = "1.6";
version = "1.6.2";
pyproject = true;
__structuredAttrs = true;
@@ -36,7 +36,7 @@ buildPythonPackage (finalAttrs: {
owner = "blackjax-devs";
repo = "blackjax";
tag = finalAttrs.version;
hash = "sha256-qLOAmUQxr1xtlJB/TMnjFkvvHUwh0XKpPN+FVD8ju8Y=";
hash = "sha256-NO/CvYtxfAid3ETpj5DcNQPdARP2cwqy9p0kHOybvNg=";
};
build-system = [