python311Packages.anywidget: 0.9.4 -> 0.9.6

Changelog: https://github.com/manzt/anywidget/releases/tag/anywidget%400.9.6
This commit is contained in:
natsukium 2024-04-07 21:37:26 +09:00
parent bea21e5fa9
commit 9df77a83ca
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 5 additions and 5 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "anywidget";
version = "0.9.4";
format = "pyproject";
version = "0.9.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-97nCw1PohHKW2DtY6RARk1/RlMsc1s5wajuhbY3pQxo=";
hash = "sha256-nhDPAXwcsxwrTBG1kEBj77bDXMb3j/Xckk3FENjCS5E=";
};
# We do not need the jupyterlab build dependency, because we do not need to
@ -32,12 +32,12 @@ buildPythonPackage rec {
--replace '"jupyterlab==3.*"' ""
'';
nativeBuildInputs = [
build-system = [
hatch-jupyter-builder
hatchling
];
propagatedBuildInputs = [
dependencies = [
ipywidgets
psygnal
typing-extensions