Skip to content

Commit

Permalink
Merge pull request #294405 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.anywidget

python311Packages.anywidget: 0.9.2 -> 0.9.3
  • Loading branch information
natsukium committed Mar 9, 2024
2 parents 2d77143 + 7a2394e commit 3030f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/anywidget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "anywidget";
version = "0.9.2";
version = "0.9.3";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
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
Expand Down

0 comments on commit 3030f18

Please sign in to comment.