python3Packages.nutpie: 0.16.9 -> 0.16.10

Diff: https://github.com/pymc-devs/nutpie/compare/v0.16.9...v0.16.10

Changelog: https://github.com/pymc-devs/nutpie/blob/v0.16.10/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2026-05-11 19:08:07 +00:00
parent 102cec0743
commit 68e9fca909
@@ -35,7 +35,7 @@
buildPythonPackage (finalAttrs: {
pname = "nutpie";
version = "0.16.9";
version = "0.16.10";
pyproject = true;
__structuredAttrs = true;
@@ -43,12 +43,12 @@ buildPythonPackage (finalAttrs: {
owner = "pymc-devs";
repo = "nutpie";
tag = "v${finalAttrs.version}";
hash = "sha256-2SQrdjQil5fNDzlM+2LgBKaOL5wPP5mB89ofBu4XawI=";
hash = "sha256-Cqi4vhvu6Gvy0gOcgrpKCHbuVIyY5L9+y5nafzksPwg=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-sUq86CxrCgLAeBspWvTIfHYW6MDOtVoTLdBbCu/Ulj8=";
hash = "sha256-cJixyzzt2vwdT2B/XbOLbG6XfWVeYAJg5YWT18GqMDw=";
};
build-system = [