python311Packages.anywidget: 0.9.9 -> 0.9.10

Changelog: https://github.com/manzt/anywidget/releases/tag/anywidget%400.9.10
This commit is contained in:
natsukium 2024-04-28 13:03:54 +09:00
parent 21d6d75fe8
commit 8225716786
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

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