python312Packages.pymc: 5.21.1 -> 5.22.0

Diff: https://github.com/pymc-devs/pymc/compare/refs/tags/v5.21.1...v5.22.0

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.22.0
This commit is contained in:
Gaetan Lepage
2025-04-03 11:12:24 +02:00
parent 03420eafa4
commit c9c73416bc
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.21.1";
version = "5.22.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
tag = "v${version}";
hash = "sha256-XwStIPjhCw3Vf8jAMG7x8uc/t4h1JYTDz4Lobv/nS1g=";
hash = "sha256-NQYvtt/cjssJ7Lv3RyDeBMQByKMmt1p0X9F+LqhtTV4=";
};
build-system = [