Skip to content

Commit

Permalink
python312Packages.pvlib: 0.11.1 -> 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 26, 2024
1 parent 9ceb117 commit 4ac9180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pvlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "pvlib";
version = "0.11.1";
version = "0.11.2";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-0C29pRXyvlTv0uMoOVJ8D4Lp+ZAotGBWX6ytBorIV0o=";
hash = "sha256-NxZF9OZsJ45s8rGySHxiwrrUef9iom7YRCFtD4Q89cw=";
};

build-system = [
Expand Down

0 comments on commit 4ac9180

Please sign in to comment.