python311Packages.anywidget: 0.9.7 -> 0.9.9

This commit is contained in:
R. Ryantm 2024-04-24 21:33:47 +00:00
parent cfe10a28af
commit 0d15ea47b0
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "anywidget";
version = "0.9.7";
version = "0.9.9";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-mepiQbJVtIHgzEhnjy8MjBOEMYLvlpLJ/wzMSm3+2bE=";
hash = "sha256-vs5tYcVabzlkCeu1p20mDo9LIh+cUeUWFQc3o18WUu8=";
};
# We do not need the jupyterlab build dependency, because we do not need to