Skip to content

Commit 302c539

Browse files
committed
1 parent a077d7e commit 302c539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/pwlf/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pwlf";
15-
version = "2.3.0";
15+
version = "2.4.0";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "cjekel";
2020
repo = "piecewise_linear_fit_py";
21-
tag = "v${version}";
22-
hash = "sha256-FAH38mSaABdNR8lpxxA/YVo5ec2WYOMEsAQqravbM9k=";
21+
tag = "v.${version}";
22+
hash = "sha256-TamFg+bX8QPRjY0HdrYviJRP8VwM7ucDFE2eZz5xNr0=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)