python3Packages.pymc: 5.28.2 -> 5.28.3

Diff: https://github.com/pymc-devs/pymc/compare/v5.28.2...v5.28.3

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.28.3
This commit is contained in:
Gaetan Lepage
2026-03-30 18:17:15 +00:00
parent 10254dfa93
commit b31db12977
@@ -23,14 +23,14 @@
buildPythonPackage (finalAttrs: {
pname = "pymc";
version = "5.28.2";
version = "5.28.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
tag = "v${finalAttrs.version}";
hash = "sha256-D2s7gMyJcOYZAYjRsnqcPeSJ8i5TQBVL+SF9PCvnMO0=";
hash = "sha256-4RFLtIlAlLvOZ4xRvwnbMNEfHUdjsUDPn3CawyTEXQU=";
};
build-system = [