python3Packages.linearmodels: 6.1 -> 7.0
https://github.com/bashtage/linearmodels/releases/tag/v7.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "linearmodels";
|
||||
version = "6.1";
|
||||
version = "7.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bashtage";
|
||||
repo = "linearmodels";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-oWVBsFSKnv/8AHYP5sxO6+u5+hsOw/uQlOetse5ue88=";
|
||||
hash = "sha256-/unFszNGaEPsoXDtaS3tsLnsX4A6e7Y88O8pDrf4nKc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -64,7 +64,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Models for panel data, system regression, instrumental variables and asset pricing";
|
||||
homepage = "https://bashtage.github.io/linearmodels/";
|
||||
changelog = "https://github.com/bashtage/linearmodels/releases/tag/v${version}";
|
||||
changelog = "https://github.com/bashtage/linearmodels/releases/tag/${src.tag}";
|
||||
license = lib.licenses.ncsa;
|
||||
maintainers = with lib.maintainers; [ jherland ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user