python3Packages.python-awair: 0.2.2 -> 0.2.3

This commit is contained in:
Fabian Affolter 2022-03-30 23:12:40 +02:00
parent b77e451b4a
commit a2a65327ab

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "python-awair";
version = "0.2.2";
version = "0.2.3";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "ahayworth";
repo = "python_awair";
rev = version;
sha256 = "sha256-5+s1aSvt+rXyumvf/qZ58Uvmq0p45mu23Djbwgih3qI=";
sha256 = "sha256-Roqmwamv/2/O87jfyymCGgRlw/woUhCNIuM9MLT3+Cw=";
};
nativeBuildInputs = [ poetry-core ];