1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python37Packages.pymc3: 3.6 -> 3.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pymc3/versions
This commit is contained in:
R. RyanTM 2019-06-17 16:38:46 -07:00
parent e2d07d2cc7
commit a53e95fccc

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "pymc3";
version = "3.6";
version = "3.7";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "c00c0778d2451a348a9508f8b956fe280a0f9affd3f85140ac3948bc2902f5e9";
sha256 = "0ijna2ghvniryllr56qr4vi4k9q58mq21yx36nj5kg2j17f7rkbr";
};
# No need for coverage stats in Nix builds