mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-06 18:49:12 +03:00
python310Packages.pymc: 4.3.0 -> 4.4.0
This commit is contained in:
parent
2f0d2b0cb7
commit
77aafd01c2
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymc";
|
pname = "pymc";
|
||||||
version = "4.3.0";
|
version = "4.4.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||||
owner = "pymc-devs";
|
owner = "pymc-devs";
|
||||||
repo = "pymc";
|
repo = "pymc";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-pkeAcsdVBDc7eKC03+FDJCYT48PaVcXT8K8U8T4gGKo=";
|
hash = "sha256-ZBltvvKXfqHYLeYOEYFK8kQc0wHM9+UHLRJFMSYX4Ow=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue