Skip to content

Commit dbcbf49

Browse files
authored
python312Packages.pymc: 5.21.0 -> 5.21.1 (NixOS#387831)
2 parents b61a7b7 + 9ab684e commit dbcbf49

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pkgs/development/python-modules/pymc/default.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,16 @@
2222

2323
buildPythonPackage rec {
2424
pname = "pymc";
25-
version = "5.21.0";
25+
version = "5.21.1";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "pymc-devs";
3030
repo = "pymc";
3131
tag = "v${version}";
32-
hash = "sha256-AHQ1x5Adhn0wQOzh9H+m0D7JpAB2XfCU0ovgkmS+Hzc=";
32+
hash = "sha256-XwStIPjhCw3Vf8jAMG7x8uc/t4h1JYTDz4Lobv/nS1g=";
3333
};
3434

35-
postPatch = ''
36-
substituteInPlace setup.py \
37-
--replace-fail ', "pytest-cov"' ""
38-
'';
39-
4035
build-system = [
4136
setuptools
4237
versioneer

0 commit comments

Comments
 (0)