Merge pull request #254196 from r-ryantm/auto-update/python310Packages.ipyvue

python310Packages.ipyvue: 1.10.0 -> 1.10.1
This commit is contained in:
Mario Rodas
2023-09-09 05:27:01 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "ipyvue";
version = "1.10.0";
version = "1.10.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
hash = "sha256-XPmrGg0SCTiZKMeTCeJywuKaa5ByY9FQTBy+THSJSiQ=";
hash = "sha256-IGFc6GulFs8Leq2EzGB+TiyRBCMulUzQ7MvzNTCl4dQ=";
};
propagatedBuildInputs = [ ipywidgets ];