python3Packages.pvlib: 0.13.0 -> 0.13.1 (#448698)

This commit is contained in:
Fabian Affolter
2025-10-05 10:28:43 +00:00
committed by GitHub
@@ -10,7 +10,6 @@
pytest-remotedata,
pytest-rerunfailures,
pytest-timeout,
pythonOlder,
pytz,
requests,
requests-mock,
@@ -21,14 +20,12 @@
buildPythonPackage rec {
pname = "pvlib";
version = "0.13.0";
version = "0.13.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zvNs3ZMqanvy3XyZKwAEsaCNMV7oBDsnPRkq1XkC6Fo=";
hash = "sha256-qT/RGNBIt4fbZsI0SGwFwMZc8J2zRNggg5YbyCat9G8=";
};
build-system = [