Merge pull request #292254 from r-ryantm/auto-update/python311Packages.ipyvue

python311Packages.ipyvue: 1.10.1 -> 1.10.2
This commit is contained in:
Nick Cao 2024-03-03 20:46:10 -05:00 committed by GitHub
commit fbdab7c5d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];