forked from mirrors/nixpkgs
python310Packages.bluetooth-adapters: 0.14.1 -> 0.15.0
Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.14.1...0.15.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.0/CHANGELOG.md
This commit is contained in:
parent
709bb58df8
commit
4ced352fb4
|
@ -17,7 +17,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bluetooth-adapters";
|
||||
version = "0.14.1";
|
||||
version = "0.15.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-QqwEnz3b5+r7bUSrZkzTwFn8fYczNuUi49hpa1LRsrw=";
|
||||
hash = "sha256-la1ce43jyVv7mstldI1OQjBKLV+0oJRpDV1zir9G3iU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue