python3Packages.pymc: 5.28.4 -> 5.28.5

Diff: https://github.com/pymc-devs/pymc/compare/v5.28.4...v5.28.5

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.28.5
This commit is contained in:
Gaetan Lepage
2026-05-01 21:29:21 +00:00
parent 6c7a155313
commit a0d19d9c5d
@@ -23,14 +23,15 @@
buildPythonPackage (finalAttrs: {
pname = "pymc";
version = "5.28.4";
version = "5.28.5";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
tag = "v${finalAttrs.version}";
hash = "sha256-REQ9+II6MFZ64FlJudRRhmXA4/Cb017XrsrZFZBY7R0=";
hash = "sha256-neySWgFxnebW9v0Fa6+ZaxQeFQ0v6wpRvQrBj0zOHJs=";
};
build-system = [