tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.bokeh: 2.4.2 -> 2.4.3
Martin Weinelt
3 years ago
196c5a36
11b17f45
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
bokeh
default.nix
+2
-2
pkgs/development/python-modules/bokeh/default.nix
···
33
33
buildPythonPackage rec {
34
34
pname = "bokeh";
35
35
# update together with panel which is not straightforward
36
36
-
version = "2.4.2";
36
36
+
version = "2.4.3";
37
37
38
38
src = fetchPypi {
39
39
inherit pname version;
40
40
-
sha256 = "f0a4b53364ed3b7eb936c5cb1a4f4132369e394c7ae0a8ef420459410958033d";
40
40
+
sha256 = "sha256-7zOAEWGvN5Zlq3o0aE8iCYYeOu/VyAOiH7u5nZSHSwM=";
41
41
};
42
42
43
43
patches = [