python3Packages.pyowm: 3.3.0 -> 3.5.0 (#440104)

This commit is contained in:
Fabian Affolter
2025-09-05 10:45:31 +02:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyowm";
version = "3.3.0";
version = "3.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "csparpa";
repo = "pyowm";
tag = version;
hash = "sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME=";
hash = "sha256-D1Cl3uWoEIUqA0R+bjRL2YgsVKj5inuBAVLJYluADg0=";
};
pythonRelaxDeps = [ "geojson" ];