python311Packages.ipyvue: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm 2024-02-29 06:07:39 +00:00
parent 6780926802
commit ade690f8ba

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "ipyvue";
version = "1.10.1";
version = "1.10.2";
format = "setuptools";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-IGFc6GulFs8Leq2EzGB+TiyRBCMulUzQ7MvzNTCl4dQ=";
hash = "sha256-qZc1hvouKWUQ2aJLk1oiokUKzKBXtd6fC6tm7LHDOrQ=";
};
propagatedBuildInputs = [ ipywidgets ];