Merge pull request #166209 from r-ryantm/auto-update/python310Packages.pyviz-comms
This commit is contained in:
commit
c2113c4ed7
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyviz_comms";
|
pname = "pyviz_comms";
|
||||||
version = "2.1.0";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f4a7126f318fb6b964fef3f92fa55bc46b9218f62a8464a8b18e968b3087dbc0";
|
sha256 = "sha256-uMncveAfOEeEP7TQTDs/TeeEkgxx5Eztnfu1YPbJIhg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ param ];
|
propagatedBuildInputs = [ param ];
|
||||||
|
|
Loading…
Reference in a new issue