Loading pkgs/development/python-modules/pvlib/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ pytest-remotedata, pytest-rerunfailures, pytest-timeout, pythonOlder, pytz, requests, requests-mock, Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/pvlib/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ pytest-remotedata, pytest-rerunfailures, pytest-timeout, pythonOlder, pytz, requests, requests-mock, Loading @@ -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 = [ Loading