python3Packages.bluetooth-auto-recovery: 1.5.2 -> 1.5.3

https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/releases/tag/v1.5.3

Changed files
+2 -2
pkgs
development
python-modules
bluetooth-auto-recovery
+2 -2
pkgs/development/python-modules/bluetooth-auto-recovery/default.nix
···
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
-
version = "1.5.2";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "bluetooth-auto-recovery";
tag = "v${version}";
-
hash = "sha256-9FwQNauWnWQ7BQoKMwYEEc96/iP6iH9SfvHxlZtePOQ=";
};
build-system = [ poetry-core ];
···
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
+
version = "1.5.3";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "bluetooth-auto-recovery";
tag = "v${version}";
+
hash = "sha256-xnEEq3NVScMbMjZWb4lI+kpy2zr6WlXx3XcBhzN1rZ4=";
};
build-system = [ poetry-core ];