Commit 83bf1923 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.bokeh: 3.3.2 -> 3.3.3

parent 2d1894e6
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 {