Merge pull request #251842 from fabaff/bluetooth-data-tools-bump

python311Packages.bluetooth-data-tools: 1.9.0 -> 1.9.1

authored by Fabian Affolter and committed by GitHub a20e246b 377453c3

+2 -2
+2 -2
pkgs/development/python-modules/bluetooth-data-tools/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "bluetooth-data-tools"; 13 - version = "1.9.0"; 13 + version = "1.9.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "Bluetooth-Devices"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-LhrByEkc6WhPkp/V7c0jQJlYmT5q2zIQ0nHvb6Nq8Xo="; 22 + hash = "sha256-DLB2mBjHPVT2Fg2Kr0WUDuu5nqBCbdu525wAD3ERKV8="; 23 23 }; 24 24 25 25 # The project can build both an optimized cython version and an unoptimized