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