python3Packages.pvlib: 0.13.1 -> 0.14.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:52 +01:00
parent eaeb8e261e
commit df8ac1e22f
@@ -20,12 +20,12 @@
buildPythonPackage rec {
pname = "pvlib";
version = "0.13.1";
version = "0.14.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-qT/RGNBIt4fbZsI0SGwFwMZc8J2zRNggg5YbyCat9G8=";
hash = "sha256-nmpmhlJAzk4xy+nTYKKNbreVO6u2KsQDry+QrtFqRQk=";
};
build-system = [