python313Packages.pyairobotrest: 0.1.0 -> 0.2.0

Diff: https://github.com/mettolen/pyairobotrest/compare/v0.1.0...v0.2.0

Changelog: https://github.com/mettolen/pyairobotrest/blob/v0.2.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-01-02 13:30:11 +01:00
parent efe802f1e8
commit a212e443d8
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyairobotrest";
version = "0.1.0";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mettolen";
repo = "pyairobotrest";
tag = "v${version}";
hash = "sha256-MqZV8+uwKLIbh0A/lYMB/9iPDl/8a4IAoYMdoxiIJqY=";
hash = "sha256-a0xsmknDe96cOBewhwVLy2Tw5sYffh8lZR4e+q6uGz4=";
};
build-system = [ setuptools ];