python3Packages.python-google-weather-api: 0.0.4 -> 0.0.6

Diff: https://github.com/tronikos/python-google-weather-api/compare/v0.0.4...v0.0.6

Changelog: https://github.com/tronikos/python-google-weather-api/releases/tag/v0.0.6
This commit is contained in:
Robert Schütz
2026-03-24 12:34:41 -07:00
parent c0ffb4a860
commit 5bc635fdb7
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-google-weather-api";
version = "0.0.4";
version = "0.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "tronikos";
repo = "python-google-weather-api";
tag = "v${version}";
hash = "sha256-5ljKaIwG78oufb0iRaqTY46wxelAiuQUvhmRbZWo5Fk=";
hash = "sha256-Vbiw2fbSGBIBmM8siRSTSjt64ZM7k/HFv/V66dzY6B0=";
};
build-system = [ setuptools ];