python3Packages.sipyco: 1.8 -> 1.10

https://github.com/m-labs/sipyco/releases/tag/v1.10

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:54 +01:00
parent 0b11bd0ce6
commit 28d714cc8e
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "sipyco";
version = "1.8";
version = "1.10";
pyproject = true;
src = fetchFromGitHub {
owner = "m-labs";
repo = "sipyco";
tag = "v${version}";
hash = "sha256-PPnAyDedUQ7Og/Cby9x5OT9wMkNGTP8GS53V6N/dk4w=";
hash = "sha256-DkcgZ0K6lsxzBWc31GTyufuSOpcorVv5OsZLHphHBtg=";
};
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
description = "Simple Python Communications - used by the ARTIQ experimental control package";
mainProgram = "sipyco_rpctool";
homepage = "https://github.com/m-labs/sipyco";
changelog = "https://github.com/m-labs/sipyco/releases/tag/v${version}";
changelog = "https://github.com/m-labs/sipyco/releases/tag/${src.tag}";
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [ charlesbaynham ];
};