Merge pull request #118412 from SuperSandro2000/SuperSandro2000-patch-1
This commit is contained in:
commit
4470e4bd84
@ -33,7 +33,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bokeh";
|
||||
version = "2.2.3";
|
||||
version = "2.2.3"; # update together with panel which is not straightforward
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
@ -3,6 +3,8 @@ let
|
||||
package = (import ./node.nix { inherit pkgs system; }).package;
|
||||
in
|
||||
package.override rec {
|
||||
# don't upgrade! Newer versions cause stack overflows and fail trunk-combined
|
||||
# see https://github.com/NixOS/nixpkgs/pull/118400
|
||||
version = "1.16.2";
|
||||
reconstructLock = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user