python3Packages.pvlib: 0.11.2 -> 0.12.0

https://pvlib-python.readthedocs.io/en/v0.12.0/whatsnew.html

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:50 +02:00
parent 640fb06209
commit fa2571c793
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "pvlib";
version = "0.11.2";
version = "0.12.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NxZF9OZsJ45s8rGySHxiwrrUef9iom7YRCFtD4Q89cw=";
hash = "sha256-IivLe4jyKJROf36TFwgrcYIjK40KXRsUmc/1ACfR6WQ=";
};
build-system = [