python3Packages.pymc: 5.27.1 -> 5.28.1
Diff: https://github.com/pymc-devs/pymc/compare/v5.27.1...v5.28.1 Changelogs: - https://github.com/pymc-devs/pymc/releases/tag/v5.28.0 - https://github.com/pymc-devs/pymc/releases/tag/v5.28.1
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pymc";
|
||||
version = "5.27.1";
|
||||
version = "5.28.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pymc-devs";
|
||||
repo = "pymc";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-9SPRt1R36pvsGOS0UUH3Ts/3D7W46nPnLbRc2XnU0xE=";
|
||||
hash = "sha256-6P171KjWvSgtiYxsGNvVxs4Pfqs3S7gxg6aGRbQ/Zcw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user