python311Packages.anywidget: 0.9.12 -> 0.9.13

This commit is contained in:
R. Ryantm 2024-06-23 03:04:35 +00:00
parent 47ea5bd487
commit 7ee76c32d8

View File

@ -15,14 +15,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "anywidget"; pname = "anywidget";
version = "0.9.12"; version = "0.9.13";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-JYVbJJbcZUE1a20mygyflSUgO7fPKBf4S5O/4/U8+B4="; hash = "sha256-xlVFW/UfghgusjxZR9N8xB8LH/rK9+K3YxR6IzLLPwc=";
}; };
# We do not need the jupyterlab build dependency, because we do not need to # We do not need the jupyterlab build dependency, because we do not need to