python312Packages.dash: 3.0.2 -> 3.0.3 (#398812)

This commit is contained in:
Nick Cao 2025-04-15 18:22:03 -04:00 committed by GitHub
commit 1227010d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,14 +36,14 @@
buildPythonPackage rec {
pname = "dash";
version = "3.0.2";
version = "3.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "plotly";
repo = "dash";
tag = "v${version}";
hash = "sha256-cBFSqp4GWnWJQtaCWdfbLj+C7fT8XSA0SpxK8MU5LT0=";
hash = "sha256-EMIzvn2V04AUNNKQ9FFnsW61zkSS1PrqTF5T5LIifAc=";
};
nativeBuildInputs = [
@ -122,7 +122,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dash" ];
meta = {
changelog = "https://github.com/plotly/dash/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/plotly/dash/blob/${src.tag}/CHANGELOG.md";
description = "Python framework for building analytical web applications";
homepage = "https://dash.plot.ly/";
license = lib.licenses.mit;