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

python310Packages.anywidget: 0.6.5 -> 0.7.0
This commit is contained in:
OTABI Tomoya 2023-10-13 19:48:51 +09:00 committed by GitHub
commit caf3832cdd
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.6.5";
version = "0.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-prriSqvy2S9URnXfTEY88lssU71/cV38egSIqnLHE+Q=";
hash = "sha256-OxwCnCGvSwrVxBzQwxMBqESsETu2q1vdevJHDr/IfUI=";
};
# We do not need the jupyterlab build dependency, because we do not need to