python3Packages.pyviz-comms: 3.0.4 -> 3.0.6

This commit is contained in:
R. Ryantm
2025-06-26 13:39:25 +00:00
parent 9be32fbfaa
commit 6e14a26b40
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "pyviz-comms";
version = "3.0.4";
version = "3.0.6";
pyproject = true;
src = fetchPypi {
pname = "pyviz_comms";
inherit version;
hash = "sha256-1w4XVV9yYsSISmt7ycoZy4FlB6AyozTZy0EbRUbK/0w=";
hash = "sha256-c9ZrYgOQ2XlZssTYosB3jUH+IFgb5HF/AeRrj66MVpU=";
};
postPatch = ''