python3Packages.pvlib: 0.11.0 -> 0.11.1

https://pvlib-python.readthedocs.io/en/v0.11.1/whatsnew.html
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:01 +02:00
parent 335e5c6b63
commit 7d77107a6f
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "pvlib";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iLMcRNwH8ENa8eLV3crAZ+bOFZFyUanycDZvYem9AVs=";
hash = "sha256-0C29pRXyvlTv0uMoOVJ8D4Lp+ZAotGBWX6ytBorIV0o=";
};
build-system = [