Merge pull request #328808 from r-ryantm/auto-update/python312Packages.airgradient

python312Packages.airgradient: 0.6.1 -> 0.7.0
This commit is contained in:
Nick Cao
2024-07-21 09:25:27 -04:00
committed by GitHub
@@ -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 = ''