python3Packages.ipyvue: 1.7.0 -> 1.8.0

This commit is contained in:
Martin Weinelt
2023-01-05 01:10:10 +01:00
parent 1682c4d696
commit f027a06ee5
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "ipyvue";
version = "1.7.0";
version = "1.8.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "fa8ff9b9a73b5a925c4af4c05f1839df2bd0fae0063871f403ee821792d5ab72";
sha256 = "sha256-0qjvArC8xEr9MSecuAKMBr49fA60FYRyicAADy93N7c=";
};
propagatedBuildInputs = [ ipywidgets ];