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

python312Packages.airgradient: 0.7.0 -> 0.7.1
This commit is contained in:
Nick Cao 2024-08-02 15:23:37 -04:00 committed by GitHub
commit 4adf136810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "airgradient";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "airgradienthq";
repo = "python-airgradient";
rev = "refs/tags/v${version}";
hash = "sha256-4bHo65ew5UVGUgoM9y6kxo1ocMtrxQ5Bn6Zn77qXJ7M=";
hash = "sha256-EFt2V+r7RLiFMihFCCBU9iEPcbSybK6gP+uxed+mIeo=";
};
postPatch = ''