python311Packages.chart-studio: fix hash

This commit is contained in:
Martin Weinelt 2024-03-27 06:41:00 +01:00
parent 1aaa441376
commit 34c24ad3c1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = "plotly.py";
rev = "refs/tags/v${version}";
hash = "sha256-LSZGaefxQC6h9VAJ2wgZyaQPR6vs0wrp2oxd51I3pL8=";
hash = "sha256-i//LKTNmoIrusBnpfSGc9cDijPxg/dY/7fumV3kfTAY=";
};
sourceRoot = "${src.name}/packages/python/chart-studio";