python312Packages.airtouch5py: 0.2.10 -> 0.2.11 (#359028)

This commit is contained in:
Nick Cao 2024-11-27 09:28:20 -05:00 committed by GitHub
commit 2522cb3faf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "airtouch5py";
version = "0.2.10";
version = "0.2.11";
pyproject = true;
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "danzel";
repo = "airtouch5py";
rev = "refs/tags/${version}";
hash = "sha256-8QMyp/Y60V64k1V8Hze5FsgpfHr8ZT1Xj/kQDP7CtjI=";
hash = "sha256-qJSqgdT1G26JOEjmsQv07IdWvApFvtHIdRGi9TFaKZ8=";
};
build-system = [ poetry-core ];