From 01c667e01e9c3b802fa1a15d9878f0cef4430178 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 15 May 2024 16:30:21 +0200 Subject: [PATCH] python312Packages.aioairq: 0.3.2 -> 0.4.2 Diff: https://github.com/CorantGmbH/aioairq/compare/refs/tags/v0.3.2...v0.4.2 --- 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 5be97a3d9c9d..8496eb6c9f98 100644 --- a/pkgs/development/python-modules/aioairq/default.nix +++ b/pkgs/development/python-modules/aioairq/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "aioairq"; - version = "0.3.2"; + version = "0.4.2"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "CorantGmbH"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Sau0Ih+9WRChbztl8yjXVWy4/QxyllQKOPslbZroBeQ="; + hash = "sha256-ppjhGBAoA5iV+ZfUKkUCNJRYN82JtclRe36pbe85i5w="; }; propagatedBuildInputs = [