mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python311Packages.habluetooth: 0.6.1 -> 0.8.0
Diff: https://github.com/Bluetooth-Devices/habluetooth/compare/refs/tags/v0.6.1...0.8.0 Changelog: https://github.com/Bluetooth-Devices/habluetooth/blob/0.8.0/CHANGELOG.md
This commit is contained in:
parent
37b89c379e
commit
722791d5f0
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "habluetooth";
|
||||
version = "0.6.1";
|
||||
version = "0.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "habluetooth";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Ha+tK3uThYvDcFsNA3JIzSG6IGUsAcls7ArJJpO3ZSQ=";
|
||||
hash = "sha256-LCTVU73gN82U9uVYU8FkuovdWcZY4WDtLhh+F+E6QM0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user