python311Packages.sensorpush-ble: 1.6.1 -> 1.6.2
Diff: https://github.com/Bluetooth-Devices/sensorpush-ble/compare/refs/tags/v1.6.1...v1.6.2 Changelog: https://github.com/Bluetooth-Devices/sensorpush-ble/releases/tag/v1.6.2
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sensorpush-ble";
|
pname = "sensorpush-ble";
|
||||||
version = "1.6.1";
|
version = "1.6.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "Bluetooth-Devices";
|
owner = "Bluetooth-Devices";
|
||||||
repo = "sensorpush-ble";
|
repo = "sensorpush-ble";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-g0UFEkTPpKqx5+hrM+bM6iQrG8EaMcFN01JdHEVH9VQ=";
|
hash = "sha256-IZ2QSAHRdpDKFQYfqkcUm1o+7GaI8e50gEFRK3BV3s8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user