Skip to content

Commit

Permalink
python311Packages.ipyvue: 1.10.2 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 18, 2024
1 parent 1f3ac32 commit 0793aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ipyvue/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "ipyvue";
version = "1.10.2";
version = "1.11.0";
format = "setuptools";

disabled = isPy27;

src = fetchPypi {
inherit pname version;
hash = "sha256-qZc1hvouKWUQ2aJLk1oiokUKzKBXtd6fC6tm7LHDOrQ=";
hash = "sha256-ez2ygBvgU12FX/+qDkARlizq50rEgZYp4UH5Sx4E2QA=";
};

propagatedBuildInputs = [ ipywidgets ];
Expand Down

0 comments on commit 0793aed

Please sign in to comment.