Unverified Commit 11c62fd8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents ec4fa495 e84b813d
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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 = [