python310Packages.anywidget: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm 2023-12-18 09:26:43 +00:00
parent 5fcb8660dd
commit 7f6d7e2dfa

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "anywidget";
version = "0.7.1";
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HEy1EGP47FFyuMjvsb+3mGHTQMNJEiDVa4wqaqjbOz0=";
hash = "sha256-hHoP7OWOp6MtINzNVKAm3T3Sj3baprTwp0wlPlx8/uw=";
};
# We do not need the jupyterlab build dependency, because we do not need to