From 5bc635fdb7937860d0ba549b518c40ec326ad8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 24 Mar 2026 12:28:57 -0700 Subject: [PATCH] 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 --- .../python-modules/python-google-weather-api/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-google-weather-api/default.nix b/pkgs/development/python-modules/python-google-weather-api/default.nix index 0eccbed7cb73..4b24304ef9e2 100644 --- a/pkgs/development/python-modules/python-google-weather-api/default.nix +++ b/pkgs/development/python-modules/python-google-weather-api/default.nix @@ -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 ];