python3Packages.aioairq: 0.2.4 -> 0.3.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:32:46 +02:00
parent fae629edac
commit 3fef82ed7d
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioairq";
version = "0.2.4";
version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "CorantGmbH";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+5FyBfsB3kjyX/V9CdZ072mZ3THyvALyym+uk7/kZLo=";
hash = "sha256-9OO3ox6q08QQcYfz4ArsKy/6jR329bAQPUo+mVYuhJs=";
};
propagatedBuildInputs = [