Unverified Commit 6290fbce authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #267840 from fabaff/accuweather-bump

python311Packages.accuweather: 2.0.0 -> 2.1.0
parents 4f280e9a 15ab7c5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "accuweather";
  version = "2.0.0";
  version = "2.1.0";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "bieniu";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-elpVclH/sVQHEp3kTiwbDproJcB85F7m5sEjXwSEtNk=";
    hash = "sha256-7uCR/xUARUakODeLVdI13D9ZksvN9c63o3Q0MlJp8cs=";
  };

  propagatedBuildInputs = [