python311Packages.anywidget: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-01-18 21:05:15 +00:00
parent 3df632c2fb
commit 14bf402065

View File

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