Merge pull request #286521 from r-ryantm/auto-update/python311Packages.mopeka-iot-ble

python311Packages.mopeka-iot-ble: 0.5.0 -> 0.7.0
This commit is contained in:
Fabian Affolter 2024-02-06 18:12:36 +01:00 committed by GitHub
commit 4798085581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mopeka-iot-ble";
version = "0.5.0";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-m27As3tB77JbgY0kDDJ6kmYFTv2O/Sh6y9tFiKDIjbI=";
hash = "sha256-wF3ZSR9kjn6qWaB7SRKsQuHfbNMwdKS/5qR9nStsw1c=";
};
postPatch = ''