python3Packages.doorbirdpy: 3.0.9 -> 3.0.10

Diff: https://gitlab.com/klikini/doorbirdpy/-/compare/3.0.9...3.0.10

Changelog: https://gitlab.com/klikini/doorbirdpy/-/tags/3.0.10
This commit is contained in:
Robert Schütz
2025-10-20 00:10:04 -07:00
parent 6fd6c247df
commit 95ff7c41d5
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "doorbirdpy";
version = "3.0.9";
version = "3.0.10";
pyproject = true;
src = fetchFromGitLab {
owner = "klikini";
repo = "doorbirdpy";
tag = version;
hash = "sha256-aa7u4x0WAFvCKPPGKJiZA/DYKKCa+xqabHxDMPxEbgo=";
hash = "sha256-7mA4yyvNPKOGb6Ap7kjCLhR7G1E1CQqgWCtAhciCnR4=";
};
build-system = [ setuptools ];