python310Packages.yalexs-ble: 0.12.1 -> 1.12.2

Changelog: https://github.com/bdraco/yalexs-ble/blob/v1.12.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2022-12-17 10:35:08 +01:00
parent b2bcafc4b7
commit 706cadc68b

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "0.12.1";
version = "1.12.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-0+R22ip2D3pauB1IStExzwDg4P26CCCI5nFkFB7Vfj8=";
hash = "sha256-QVZlf7t925RFVNBxOj39Ln7sezTkwQ065sbVFcoQG4Y=";
};
nativeBuildInputs = [