forked from mirrors/nixpkgs
python310Packages.yalexs-ble: 1.12.5 -> 1.12.7
Diff: https://github.com/bdraco/yalexs-ble/compare/refs/tags/v1.12.5...v1.12.7 Changelog: https://github.com/bdraco/yalexs-ble/blob/v1.12.7/CHANGELOG.md
This commit is contained in:
parent
15b85dedcb
commit
1dff4c3d81
|
@ -13,7 +13,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "yalexs-ble";
|
||||
version = "1.12.5";
|
||||
version = "1.12.7";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
owner = "bdraco";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-wofdqwgMbwxUgUVwBT44qbD4m0q0CtmGH7AxRNMBMbE=";
|
||||
hash = "sha256-f2JrUzgSPbko/H7n6IYiw3nLU9SkIH8BgSEyMlGppok=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue