python312Packages.airtouch5py: 0.2.8 -> 0.2.9

Diff: https://github.com/danzel/airtouch5py/compare/refs/tags/0.2.8...0.2.9

Changelog: https://github.com/danzel/airtouch5py/releases/tag/0.2.9
This commit is contained in:
Fabian Affolter
2024-06-27 11:00:28 +02:00
parent 46c0e80271
commit 75baae148f
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "airtouch5py";
version = "0.2.8";
version = "0.2.9";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danzel";
repo = "airtouch5py";
rev = "refs/tags/${version}";
hash = "sha256-MpwppyAWDiA3CZXCIUQ/vidzcxKXZJSlrFRhmrPMgCE=";
hash = "sha256-rPx5ZUomuvj/qYGqW52lK0J3OHOR0dWHIkAsnJk2k+Q=";
};
build-system = [ poetry-core ];