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

authored by Nick Cao and committed by GitHub 1227010d 94133c00

+3 -3
+3 -3
pkgs/development/python-modules/dash/default.nix
··· 36 36 37 37 buildPythonPackage rec { 38 38 pname = "dash"; 39 - version = "3.0.2"; 39 + version = "3.0.3"; 40 40 pyproject = true; 41 41 42 42 src = fetchFromGitHub { 43 43 owner = "plotly"; 44 44 repo = "dash"; 45 45 tag = "v${version}"; 46 - hash = "sha256-cBFSqp4GWnWJQtaCWdfbLj+C7fT8XSA0SpxK8MU5LT0="; 46 + hash = "sha256-EMIzvn2V04AUNNKQ9FFnsW61zkSS1PrqTF5T5LIifAc="; 47 47 }; 48 48 49 49 nativeBuildInputs = [ ··· 122 122 pythonImportsCheck = [ "dash" ]; 123 123 124 124 meta = { 125 - changelog = "https://github.com/plotly/dash/blob/${src.rev}/CHANGELOG.md"; 125 + changelog = "https://github.com/plotly/dash/blob/${src.tag}/CHANGELOG.md"; 126 126 description = "Python framework for building analytical web applications"; 127 127 homepage = "https://dash.plot.ly/"; 128 128 license = lib.licenses.mit;