python312Packages.pymc: 5.21.0 -> 5.21.1 (#387831)

This commit is contained in:
Gaétan Lepage
2025-03-07 15:42:41 +01:00
committed by GitHub

View File

@@ -22,21 +22,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pymc"; pname = "pymc";
version = "5.21.0"; version = "5.21.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pymc-devs"; owner = "pymc-devs";
repo = "pymc"; repo = "pymc";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-AHQ1x5Adhn0wQOzh9H+m0D7JpAB2XfCU0ovgkmS+Hzc="; hash = "sha256-XwStIPjhCw3Vf8jAMG7x8uc/t4h1JYTDz4Lobv/nS1g=";
}; };
postPatch = ''
substituteInPlace setup.py \
--replace-fail ', "pytest-cov"' ""
'';
build-system = [ build-system = [
setuptools setuptools
versioneer versioneer