python312Packages.pymc: 5.17.0 -> 5.18.0

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

Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.18.0
This commit is contained in:
Gaetan Lepage 2024-11-04 10:20:37 +01:00
parent efd6331c95
commit 6f05c66e17

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.17.0";
version = "5.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-vElS6f46xVvK+p5/IvjgCI4wMZlBe3Q5ZaQUie1yLJw=";
hash = "sha256-XJWAzJ8B5MZlMA6gF8OAUeXUHfPH2/buvoGlthgc+Qw=";
};
postPatch = ''