python3Packages.python-osc: 1.9.3 -> 1.10.2

https://github.com/attwad/python-osc/blob/v1.10.2/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:50 +02:00
parent da5861ef2b
commit 670e6b39d2

View File

@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "python-osc";
version = "1.9.3";
version = "1.10.2";
pyproject = true;
src = fetchPypi {
pname = "python_osc";
inherit version;
hash = "sha256-vQ+kDe9DzlCYlHCf6w4Y8CGSrKGSxebI/iumnljyF5Q=";
hash = "sha256-cyVI9PRn3an4kKaws7+whasRf0vTikWljSyg871qVG0=";
};
build-system = [ setuptools ];