Skip to content

Commit bb72173

Browse files
authored
python312Packages.pwlf: 2.2.1 -> 2.3.0 (#351556)
2 parents 3e32c07 + 2fc90bb commit bb72173

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.2.1";
15+
version = "2.3.0";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "cjekel";
2020
repo = "piecewise_linear_fit_py";
21-
rev = "v${version}";
22-
hash = "sha256-gjdahulpHjBmOlKOCPF9WmrWe4jn/+0oVI4o09EX7qE=";
21+
rev = "refs/tags/v${version}";
22+
hash = "sha256-FAH38mSaABdNR8lpxxA/YVo5ec2WYOMEsAQqravbM9k=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)