Unverified Commit e2943a45 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

python312Packages.pyviz-comms: 3.0.3 -> 3.0.4 (#374633)

parent 17f6baba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "pyviz-comms";
  version = "3.0.3";
  version = "3.0.4";
  pyproject = true;

  src = fetchPypi {
    pname = "pyviz_comms";
    inherit version;
    hash = "sha256-/eSgF8IhPs7mOppnQUMchF5CpcexWI5Ke6LkNwxYNyg=";
    hash = "sha256-1w4XVV9yYsSISmt7ycoZy4FlB6AyozTZy0EbRUbK/0w=";
  };

  postPatch = ''