1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-05 23:32:35 +03:00

python310Packages.pymc: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2022-12-01 16:12:30 +00:00
parent 2f0d2b0cb7
commit 77aafd01c2

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pymc";
version = "4.3.0";
version = "4.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pymc";
rev = "refs/tags/v${version}";
hash = "sha256-pkeAcsdVBDc7eKC03+FDJCYT48PaVcXT8K8U8T4gGKo=";
hash = "sha256-ZBltvvKXfqHYLeYOEYFK8kQc0wHM9+UHLRJFMSYX4Ow=";
};
nativeBuildInputs = [