Commit 365120cb authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.dash: 3.0.2 -> 3.0.3

parent 3e257446
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;