python312Packages.mopeka-iot-ble: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm
2024-07-27 15:58:27 +00:00
parent 1f12de7a33
commit ed6ce6aa73
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mopeka-iot-ble";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wF3ZSR9kjn6qWaB7SRKsQuHfbNMwdKS/5qR9nStsw1c=";
hash = "sha256-CKLC0p66JapE9qNePE11ttoGMVd4kA7g28kA+pYLXCE=";
};
postPatch = ''