Skip to content

Commit 2b306c8

Browse files
committed
python312Packages.pwlf: fix src tag
cjekel/piecewise_linear_fit_py#121 (comment)
1 parent 302c539 commit 2b306c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
src = fetchFromGitHub {
1919
owner = "cjekel";
2020
repo = "piecewise_linear_fit_py";
21-
tag = "v.${version}";
21+
tag = "v${version}";
2222
hash = "sha256-TamFg+bX8QPRjY0HdrYviJRP8VwM7ucDFE2eZz5xNr0=";
2323
};
2424

0 commit comments

Comments
 (0)