python312Packages.yalexs-ble: 2.4.3 -> 2.5.0 (#346783)

This commit is contained in:
Fabian Affolter 2024-10-06 09:55:02 +02:00 committed by GitHub
commit dcbd156e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "2.4.3";
version = "2.5.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-e+XTozOStGiYa4VBM/mQfcpYTapKe92OeZPuD5SwSIQ=";
hash = "sha256-I8LasRfV0a13E3ewkIwWEj8Af9BFBs/Xi4O2z8WuyKI=";
};
nativeBuildInputs = [ poetry-core ];