Unverified Commit 51a0ea5f authored by Zexin Yuan's avatar Zexin Yuan
Browse files

python3Packages.plotly: 6.1.0 -> 6.1.2

parent 485395ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

buildPythonPackage rec {
  pname = "plotly";
  version = "6.1.0";
  version = "6.1.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "plotly";
    repo = "plotly.py";
    tag = "v${version}";
    hash = "sha256-B5wjZTnL/T+zRbPd3tVSekDbYnKBvIdIpXhc3sUvT3E=";
    hash = "sha256-+vIq//pDLaaTmRGW+oytho3TfMmLCtuIoHeFenLVcek=";
  };

  postPatch = ''