python311Packages.anywidget: 0.9.6 -> 0.9.7

Changelog: https://github.com/manzt/anywidget/releases/tag/anywidget%400.9.7
This commit is contained in:
natsukium 2024-04-19 10:40:35 +09:00
parent 3d06f73179
commit 8259f5485a
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.6";
version = "0.9.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nhDPAXwcsxwrTBG1kEBj77bDXMb3j/Xckk3FENjCS5E=";
hash = "sha256-mepiQbJVtIHgzEhnjy8MjBOEMYLvlpLJ/wzMSm3+2bE=";
};
# We do not need the jupyterlab build dependency, because we do not need to