diff --git a/pkgs/development/python-modules/ipyvue/default.nix b/pkgs/development/python-modules/ipyvue/default.nix index e71c3e84542..aba6a22ea16 100644 --- a/pkgs/development/python-modules/ipyvue/default.nix +++ b/pkgs/development/python-modules/ipyvue/default.nix @@ -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 ]; };