python310Packages.pyviz-comms: 2.1.0 -> 2.2.0
This commit is contained in:
parent
0e671e2b2b
commit
3d9954ebfb
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyviz_comms";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f4a7126f318fb6b964fef3f92fa55bc46b9218f62a8464a8b18e968b3087dbc0";
|
||||
sha256 = "sha256-uMncveAfOEeEP7TQTDs/TeeEkgxx5Eztnfu1YPbJIhg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ param ];
|
||||
|
Loading…
Reference in New Issue
Block a user