python313Packages.airgradient: 0.9.1 -> 0.9.2 (#384102)

Diff: https://github.com/airgradienthq/python-airgradient/compare/refs/tags/v0.9.1...v0.9.2

Changelog: https://github.com/airgradienthq/python-airgradient/releases/tag/v0.9.2

Changed files
+2 -2
pkgs
development
python-modules
airgradient
+2 -2
pkgs/development/python-modules/airgradient/default.nix
···
buildPythonPackage rec {
pname = "airgradient";
-
version = "0.9.1";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "airgradienthq";
repo = "python-airgradient";
tag = "v${version}";
-
hash = "sha256-al0DLsub3xLU1BWLNn0cMI87O0mcQJ0Y4Boj2Xwk1r0=";
};
build-system = [ poetry-core ];
···
buildPythonPackage rec {
pname = "airgradient";
+
version = "0.9.2";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "airgradienthq";
repo = "python-airgradient";
tag = "v${version}";
+
hash = "sha256-llhdLqVueATKCb4wyPYjnsdOpbbE2BnUU0PH0jwHPMU=";
};
build-system = [ poetry-core ];