From d9ec980478fcb79064ae5e0f698bb96f0364fc2d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 15 Oct 2025 22:54:42 +0200 Subject: [PATCH] python313Packages.aioairq: 0.4.6 -> 0.4.7 Diff: https://github.com/CorantGmbH/aioairq/compare/v0.4.6...v0.4.7 --- pkgs/development/python-modules/aioairq/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioairq/default.nix b/pkgs/development/python-modules/aioairq/default.nix index 585f29d14f13..623f09030df8 100644 --- a/pkgs/development/python-modules/aioairq/default.nix +++ b/pkgs/development/python-modules/aioairq/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aioairq"; - version = "0.4.6"; + version = "0.4.7"; pyproject = true; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "CorantGmbH"; repo = "aioairq"; tag = "v${version}"; - hash = "sha256-XlOVCDWbcdh8VjNxlEcVNttRN3mw19AXlIIQJ1II144="; + hash = "sha256-CliY2MfkRfpOmWM70vDRxG6tY2eoaPiRFHb0qt2Kmyw="; }; build-system = [ setuptools ];