Skip to content

Commit

Permalink
python312Packages.pwlf: 2.2.1 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 27, 2024
1 parent 79ed655 commit 2fc90bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pwlf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "pwlf";
version = "2.2.1";
version = "2.3.0";
pyproject = true;

src = fetchFromGitHub {
owner = "cjekel";
repo = "piecewise_linear_fit_py";
rev = "v${version}";
hash = "sha256-gjdahulpHjBmOlKOCPF9WmrWe4jn/+0oVI4o09EX7qE=";
rev = "refs/tags/v${version}";
hash = "sha256-FAH38mSaABdNR8lpxxA/YVo5ec2WYOMEsAQqravbM9k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2fc90bb

Please sign in to comment.