python312Packages.pymc: 5.18.0 -> 5.18.2

Diff:
https://github.com/pymc-devs/pymc/compare/refs/tags/v5.18.0...v5.18.2

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.18.2
This commit is contained in:
Gaetan Lepage 2024-11-15 09:59:38 +01:00
parent 37f501b81d
commit 1d43b45799

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.18.0";
version = "5.18.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-rH6sh05rSrhakcfdc+BSR37kQYO/QEPuw8hHMZZGwdE=";
hash = "sha256-+PbxYmyo9S85atl6B+DB+ZSW9HLN/2fAPwALn719TjM=";
};
postPatch = ''