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

python310Packages.ipyvue: 1.9.2 -> 1.10.0
This commit is contained in:
OTABI Tomoya 2023-09-03 11:10:06 +09:00 committed by GitHub
commit 7cf116b6af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ipyvue"; pname = "ipyvue";
version = "1.9.2"; version = "1.10.0";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-2j8qYRXR8nmV5++g4OJn65dq3lypgqo9oxBscNb4eNs="; hash = "sha256-XPmrGg0SCTiZKMeTCeJywuKaa5ByY9FQTBy+THSJSiQ=";
}; };
propagatedBuildInputs = [ ipywidgets ]; propagatedBuildInputs = [ ipywidgets ];
@ -23,8 +23,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ipyvue" ]; pythonImportsCheck = [ "ipyvue" ];
meta = with lib; { meta = with lib; {
description = "Jupyter widgets base for Vue libraries."; description = "Jupyter widgets base for Vue libraries";
homepage = "https://github.com/mariobuikhuizen/ipyvuetify"; homepage = "https://github.com/mariobuikhuizen/ipyvue";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ drewrisinger ]; maintainers = with maintainers; [ drewrisinger ];
}; };