python310Packages.aioairq: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm 2023-12-27 13:54:14 +00:00
parent 9a8519bdc8
commit f472ab8a56

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aioairq";
version = "0.3.1";
version = "0.3.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "CorantGmbH";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-SRsDSHTZkkygaQZjHENKNLx3ZWMi/PubS1m/MonEKNk=";
hash = "sha256-Sau0Ih+9WRChbztl8yjXVWy4/QxyllQKOPslbZroBeQ=";
};
propagatedBuildInputs = [