python: pymc3: 3.8 -> 3.9.3
This commit is contained in:
parent
cf79eac6ad
commit
2e3d496406
@ -18,12 +18,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymc3";
|
||||
version = "3.8";
|
||||
version = "3.9.3";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1bb2915e4a29877c681ead13932b0b7d276f7f496e9c3f09ba96b977c99caf00";
|
||||
sha256 = "abe046f5a5d0e5baee80b7c4bc0a4c218f61b517b62d77be4f89cf4784c27d78";
|
||||
};
|
||||
|
||||
# No need for coverage stats in Nix builds
|
||||
|
Loading…
Reference in New Issue
Block a user