Merge pull request #279539 from fabaff/sensorpush-ble-bump

python311Packages.sensorpush-ble: 1.6.1 -> 1.6.2
This commit is contained in:
Nick Cao 2024-01-08 11:45:02 -05:00 committed by GitHub
commit 1b972e8571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "sensorpush-ble";
version = "1.6.1";
version = "1.6.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "sensorpush-ble";
rev = "refs/tags/v${version}";
hash = "sha256-g0UFEkTPpKqx5+hrM+bM6iQrG8EaMcFN01JdHEVH9VQ=";
hash = "sha256-IZ2QSAHRdpDKFQYfqkcUm1o+7GaI8e50gEFRK3BV3s8=";
};
postPatch = ''