Unverified Commit 5a597403 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #280782 from r-ryantm/auto-update/python311Packages.bokeh

python311Packages.bokeh: 3.3.2 -> 3.3.3
parents 6987e993 83bf1923
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {