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

python310Packages.anywidget: 0.7.0 -> 0.7.1
This commit is contained in:
OTABI Tomoya 2023-11-04 16:29:12 +09:00 committed by GitHub
commit f1e94c9d57
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.0";
version = "0.7.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OxwCnCGvSwrVxBzQwxMBqESsETu2q1vdevJHDr/IfUI=";
hash = "sha256-HEy1EGP47FFyuMjvsb+3mGHTQMNJEiDVa4wqaqjbOz0=";
};
# We do not need the jupyterlab build dependency, because we do not need to