python3Packages.webio-api: 0.1.11 -> 0.1.12

This commit is contained in:
R. Ryantm
2025-10-10 05:52:47 +00:00
parent 53ba29feb0
commit c76ce7c5cf
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "webio-api";
version = "0.1.11";
version = "0.1.12";
pyproject = true;
src = fetchPypi {
pname = "webio_api";
inherit version;
hash = "sha256-fPlAWu/P9gOjlQ62qAesLcLkNznAiMAAqxAlQi9oxZk=";
hash = "sha256-xS1uf407+ommERkZSYrElD6/tNXyBma3OFs4jUE5+tY=";
};
build-system = [ setuptools ];