python311Packages.airthings-ble: 0.7.0 -> 0.7.1

https://github.com/vincegio/airthings-ble/releases/tag/v0.7.1
This commit is contained in:
Martin Weinelt
2024-03-14 22:16:37 +01:00
parent 637c95a945
commit 324df0cf66
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "airthings-ble";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "vincegio";
repo = "airthings-ble";
rev = "refs/tags/${version}";
hash = "sha256-A7Nrg0O+WVoHP+m8pz6idnNcxulwPYmMt9DfhKTHG24=";
hash = "sha256-BeOrGRVxvfQR1xqIpOp4tOTvlqTKCZHUjVKDqVjVnYM=";
};
postPatch = ''