python311Packages.anywidget: 0.9.3 -> 0.9.4

This commit is contained in:
R. Ryantm 2024-04-01 21:37:28 +00:00
parent ef44d46775
commit 4bcae1871c

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "anywidget";
version = "0.9.3";
version = "0.9.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Coae8oretZHhb1c9i5x0Sm1nVruN89kRZSEMyeLibbg=";
hash = "sha256-97nCw1PohHKW2DtY6RARk1/RlMsc1s5wajuhbY3pQxo=";
};
# We do not need the jupyterlab build dependency, because we do not need to