python312Packages.airthings-ble: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2024-10-28 17:13:39 +00:00
parent 18f3e22796
commit 02c5d85bb2
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "airthings-ble";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "vincegio";
repo = "airthings-ble";
rev = "refs/tags/${version}";
hash = "sha256-pk/S0ufzirH4Xny0+nFVH366d0imqB2K6NvkGP7jAU4=";
hash = "sha256-m2jsXLrj2yS2Wi2dSwyxBv/nXmU738gd5iJ1JVfakUg=";
};
postPatch = ''