python312Packages.yalexs-ble: 2.4.3 -> 2.5.0

This commit is contained in:
R. Ryantm
2024-10-06 02:32:30 +00:00
parent 744e61fe79
commit 1c9a955d0c
@@ -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 ];