python3Packages.py-opensonic: 5.3.1 -> 7.0.2

https://github.com/khers/py-opensonic/blob/refs/tags/v7.0.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2025-07-24 22:50:33 +02:00
parent 576771e90b
commit baf4e2f595
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,24 +3,28 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
mashumaro,
requests,
}:
buildPythonPackage rec {
pname = "py-opensonic";
version = "5.3.1";
version = "7.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "khers";
repo = "py-opensonic";
tag = "v${version}";
hash = "sha256-bgD+wtq9AXCobUCpDfGVe6Ze1cTbbM5auXohQw5gcnk=";
hash = "sha256-t+MftumVBcIOO8WvWZcLXLp5Iq87Vpvqc4cxH+yTBAo=";
};
build-system = [ setuptools ];
dependencies = [ requests ];
dependencies = [
mashumaro
requests
];
doCheck = false; # no tests