python312Packages.aioairq: 0.3.2 -> 0.4.2

Diff: https://github.com/CorantGmbH/aioairq/compare/refs/tags/v0.3.2...v0.4.2
This commit is contained in:
Fabian Affolter
2024-05-15 16:30:21 +02:00
parent 9997402000
commit 01c667e01e
@@ -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 = [