Skip to content

Commit

Permalink
python311Packages.bokeh: 3.3.2 -> 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 13, 2024
1 parent 2d1894e commit 83bf192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bokeh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "bokeh";
# update together with panel which is not straightforward
version = "3.3.2";
version = "3.3.3";
format = "pyproject";

disabled = pythonOlder "3.9";

src = fetchPypi {
inherit pname version;
hash = "sha256-rhgPhvd2Ul9+uBZzofJ+DrVoh9czdxZixRLsDYKkM/U=";
hash = "sha256-bs5vACY/LSBDok6vnbdab4YO/Ioflt9mMYb+PrJpLdM=";
};

src_test = fetchFromGitHub {
Expand Down

0 comments on commit 83bf192

Please sign in to comment.