python3Packages.airtouch5py: 0.2.11 -> 0.3.0

https://github.com/danzel/airtouch5py/releases/tag/0.3.0
This commit is contained in:
Martin Weinelt
2025-07-04 00:27:15 +02:00
parent edbf86f97a
commit a917d6fd2d
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "airtouch5py";
version = "0.2.11";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "danzel";
repo = "airtouch5py";
tag = version;
hash = "sha256-qJSqgdT1G26JOEjmsQv07IdWvApFvtHIdRGi9TFaKZ8=";
hash = "sha256-St2FjyUXyTmy0shQfUzuB+lUSaadEyjdNJJkQA4aCxQ=";
};
build-system = [ poetry-core ];