Unverified Commit 5dccc312 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.accuweather: 5.0.0 -> 5.1.0 (#496080)

parents baf7d0f6 a7a57847
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,18 +10,19 @@
  pytestCheckHook,
  setuptools,
  syrupy,
  yarl,
}:

buildPythonPackage rec {
  pname = "accuweather";
  version = "5.0.0";
  version = "5.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bieniu";
    repo = "accuweather";
    tag = version;
    hash = "sha256-EM0DpFvToPgI0PSFYlJsQQ16Uh1qd0ARp1ucvUD16ss=";
    hash = "sha256-IXsf78AN5Gl6itQBfxwMEWE0ggoUohD0RgMgsgLaXOI=";
  };

  build-system = [ setuptools ];
@@ -29,6 +30,7 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    orjson
    yarl
  ];

  nativeCheckInputs = [