python312Packages.dash: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2025-04-15 09:18:39 +00:00
parent 3e25744694
commit 365120cbac

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;