Merge pull request #275168 from r-ryantm/auto-update/python310Packages.anywidget

python310Packages.anywidget: 0.7.1 -> 0.8.0
This commit is contained in:
OTABI Tomoya 2023-12-19 14:40:49 +09:00 committed by GitHub
commit 1a30ebf461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "anywidget";
version = "0.7.1";
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HEy1EGP47FFyuMjvsb+3mGHTQMNJEiDVa4wqaqjbOz0=";
hash = "sha256-hHoP7OWOp6MtINzNVKAm3T3Sj3baprTwp0wlPlx8/uw=";
};
# We do not need the jupyterlab build dependency, because we do not need to