python3Packages.py-opensonic: 9.0.1 -> 9.1.0

This commit is contained in:
R. Ryantm
2026-05-25 09:28:42 +00:00
parent 43b7138226
commit 94c0124151
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "py-opensonic";
version = "9.0.1";
version = "9.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "khers";
repo = "py-opensonic";
tag = "v${version}";
hash = "sha256-CkOAqeB9p6K3qFf7q/McyTpKte8w4sKo3fuBk6sx6ZE=";
hash = "sha256-xZHlI62QoKkR4sZf0GUEzUGMpG2urHooPs8GvVyqpIQ=";
};
build-system = [ setuptools ];