python3Packages.pymc3: 3.9.3 -> 3.11.2
This commit is contained in:
parent
05b1df70b4
commit
0f9daf53f2
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymc3";
|
||||
version = "3.9.3";
|
||||
version = "3.11.2";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "abe046f5a5d0e5baee80b7c4bc0a4c218f61b517b62d77be4f89cf4784c27d78";
|
||||
sha256 = "d3b93c8923ae8c8107c5adfd22f7c37fa0849a00a9723e0e0a0ca6afb582d6c3";
|
||||
};
|
||||
|
||||
# No need for coverage stats in Nix builds
|
||||
|
|
Loading…
Reference in a new issue