Unverified Commit b0324b6d authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python312Packages.pwlf: fix src tag (#373128)

parents afffa89e 2b306c83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "cjekel";
    repo = "piecewise_linear_fit_py";
    tag = "v.${version}";
    tag = "v${version}";
    hash = "sha256-TamFg+bX8QPRjY0HdrYviJRP8VwM7ucDFE2eZz5xNr0=";
  };