python312Packages.ipyvue: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm 2024-11-14 17:05:22 +00:00
parent a4b80ce726
commit b98757264e

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "ipyvue";
version = "1.11.1";
version = "1.11.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AwgE/5GgRK0/oHrjTjlSo9IxmDdnhDSqqZrkiLp0mls=";
hash = "sha256-OxOBvRIBhPlwpdZt6sM7hZKmZsjhq3pa/TPs/zQuCpU=";
};
build-system = [ setuptools ];