python3Packages.python-duco-connectivity: 0.5.0 -> 0.7.1

https://github.com/ronaldvdmeer/python-duco-connectivity/releases/tag/v0.7.1
This commit is contained in:
Martin Weinelt 2026-07-04 20:54:20 +02:00
commit 1d174aa073
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-duco-connectivity";
version = "0.5.0";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ronaldvdmeer";
repo = "python-duco-connectivity";
tag = "v${finalAttrs.version}";
hash = "sha256-AH8EhC0v8GDNvPSUaTownV9d4upvKRiO//2sipGHz9g=";
hash = "sha256-Txm7l7fVkEcUIX2J5CEF3OLLgTiT9O/xva0tSCCMZpI=";
};
build-system = [ setuptools ];