python313Packages.pwlf: 2.5.1 -> 2.5.2
Diff: https://github.com/cjekel/piecewise_linear_fit_py/compare/refs/tags/v2.5.1...refs/tags/v2.5.2 Changelog: https://github.com/cjekel/piecewise_linear_fit_py/blob/refs/tags/v2.5.2/CHANGELOG.md
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pwlf";
|
pname = "pwlf";
|
||||||
version = "2.5.1";
|
version = "2.5.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cjekel";
|
owner = "cjekel";
|
||||||
repo = "piecewise_linear_fit_py";
|
repo = "piecewise_linear_fit_py";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-tUJSVMhnUdqpbiKzrpznCEgaGHGOLylFm6DzNTnvnQQ=";
|
hash = "sha256-gN4AOmtezJ1310TVcKLsJ6rOtv0rGkQ6LjVluIeYEGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user