python312Packages.keba-kecontact: 4.2.1 -> 4.3.0

Diff: https://github.com/dannerph/keba-kecontact/compare/refs/tags/4.2.1...4.3.0

Changelog: https://github.com/dannerph/keba-kecontact/releases/tag/4.3.0
This commit is contained in:
Fabian Affolter
2025-01-04 22:37:17 +01:00
parent 3667e0b7e4
commit aa94e5e2c8
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "keba-kecontact";
version = "4.2.1";
version = "4.3.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dannerph";
repo = "keba-kecontact";
tag = version;
hash = "sha256-2XWZt9H+1m4TX0C3cjEIlkrXp6BSArUsbLi+VKGDqhE=";
hash = "sha256-gIqHo+J/I4vqJCs/r3ZHo3kChefTRqpVmdw3r3y3Hzk=";
};
build-system = [ hatchling ];