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:
parent
576771e90b
commit
baf4e2f595
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user