python311Packages.pymc: 5.14.0 -> 5.15.0
Diff: https://github.com/pymc-devs/pymc/compare/refs/tags/v5.14.0...v5.15.0 Changelog: https://github.com/pymc-devs/pymc/releases/tag/v5.15.0
This commit is contained in:
parent
c5e1cf1c93
commit
1f49aad7b8
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymc";
|
||||
version = "5.14.0";
|
||||
version = "5.15.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "pymc-devs";
|
||||
repo = "pymc";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ZVGMzkStKSPLgBoyzA8SOvsof7QRR7TLmLhh5NmD/F8=";
|
||||
hash = "sha256-KJXQz7LES3AqLkq5FPnaECraYSM4vfuDyfRJSclz1RQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user