python311Packages.anywidget: 0.9.2 -> 0.9.3
This commit is contained in:
parent
2be8f78d23
commit
7a2394e792
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "anywidget";
|
pname = "anywidget";
|
||||||
version = "0.9.2";
|
version = "0.9.3";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-S6nB3Df17sD1Zrsp+1Di66FNeaVmE1rqt8hogjI/3I4=";
|
hash = "sha256-Coae8oretZHhb1c9i5x0Sm1nVruN89kRZSEMyeLibbg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue