mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
python310Packages.bluetooth-adapters: 0.15.0 -> 0.15.1
Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.15.0...0.15.1 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.1/CHANGELOG.md
This commit is contained in:
parent
4ced352fb4
commit
2d69b37126
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "bluetooth-adapters";
|
||||
version = "0.15.0";
|
||||
version = "0.15.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-la1ce43jyVv7mstldI1OQjBKLV+0oJRpDV1zir9G3iU=";
|
||||
hash = "sha256-yFQghCqf5U4feW5YP/ATL2GQneWiZZcdgiUxpBYT7iY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue