lol

python311Packages.bluetooth-adapters: 0.16.0 -> 0.16.1

Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.16.0...v0.16.1

Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.16.1/CHANGELOG.md

authored by

Fabian Affolter and committed by
Martin Weinelt
bc573b32 38b6f1fc

+2 -2
+2 -2
pkgs/development/python-modules/bluetooth-adapters/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "bluetooth-adapters"; 20 - version = "0.16.0"; 20 + version = "0.16.1"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "Bluetooth-Devices"; 27 27 repo = pname; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-gbnsTRiT/4YumyaJ1h4VRzDAf8/oSkD3yL9mdACvWWk="; 29 + hash = "sha256-GJhrL6J/L1+tqa7fN5xwE+8IFZZ9kff2g+04H5M7beY="; 30 30 }; 31 31 32 32 postPatch = ''