We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3f7c4 commit 0aa989eCopy full SHA for 0aa989e
pkgs/development/python-modules/yalexs-ble/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "yalexs-ble";
20
- version = "2.6.0";
+ version = "3.0.0";
21
pyproject = true;
22
23
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "bdraco";
27
repo = "yalexs-ble";
28
tag = "v${version}";
29
- hash = "sha256-NSN0i99Pd3ivRd9aFIDu/CnQHCMbEIqpceDaeB5k3vU=";
+ hash = "sha256-sHAdeL3mUUsKqRkv9suA3mfbwJvMADpMqt1Qu5lITnQ=";
30
};
31
32
build-system = [ poetry-core ];
0 commit comments