Skip to content

Commit 0aa989e

Browse files
committed
python3Packages.yalexs-ble: 2.6.0 -> 3.0.0
1 parent 4a3f7c4 commit 0aa989e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/yalexs-ble/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "yalexs-ble";
20-
version = "2.6.0";
20+
version = "3.0.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "bdraco";
2727
repo = "yalexs-ble";
2828
tag = "v${version}";
29-
hash = "sha256-NSN0i99Pd3ivRd9aFIDu/CnQHCMbEIqpceDaeB5k3vU=";
29+
hash = "sha256-sHAdeL3mUUsKqRkv9suA3mfbwJvMADpMqt1Qu5lITnQ=";
3030
};
3131

3232
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)