python312Packages.airgradient: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm
2024-07-21 02:15:58 +00:00
parent a0442abd68
commit 25867e8228
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "airgradient";
version = "0.6.1";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "airgradienthq";
repo = "python-airgradient";
rev = "refs/tags/v${version}";
hash = "sha256-1f5sFpuQgmmAFKdunpuuDuKm9CK1K8iXBV/q2qJoe/o=";
hash = "sha256-4bHo65ew5UVGUgoM9y6kxo1ocMtrxQ5Bn6Zn77qXJ7M=";
};
postPatch = ''