python3Packages.ipyvue: 1.11.2 -> 1.11.3

This commit is contained in:
R. Ryantm
2025-09-20 16:33:46 +00:00
parent f2e6aba382
commit 5c20723bf3
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "ipyvue";
version = "1.11.2";
version = "1.11.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-OxOBvRIBhPlwpdZt6sM7hZKmZsjhq3pa/TPs/zQuCpU=";
hash = "sha256-gLO2EItEjrF7fJ6ww5ta04Rxir3NJKgvhTrTBiuDtBs=";
};
build-system = [ setuptools ];