We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b61a7b7 + 9ab684e commit dbcbf49Copy full SHA for dbcbf49
pkgs/development/python-modules/pymc/default.nix
@@ -22,21 +22,16 @@
22
23
buildPythonPackage rec {
24
pname = "pymc";
25
- version = "5.21.0";
+ version = "5.21.1";
26
pyproject = true;
27
28
src = fetchFromGitHub {
29
owner = "pymc-devs";
30
repo = "pymc";
31
tag = "v${version}";
32
- hash = "sha256-AHQ1x5Adhn0wQOzh9H+m0D7JpAB2XfCU0ovgkmS+Hzc=";
+ hash = "sha256-XwStIPjhCw3Vf8jAMG7x8uc/t4h1JYTDz4Lobv/nS1g=";
33
};
34
35
- postPatch = ''
36
- substituteInPlace setup.py \
37
- --replace-fail ', "pytest-cov"' ""
38
- '';
39
-
40
build-system = [
41
setuptools
42
versioneer
0 commit comments