Skip to content

Commit

Permalink
Merge pull request #285344 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.dash

python311Packages.dash: 2.14.2 -> 2.15.0
  • Loading branch information
wegank authored Mar 7, 2024
2 parents f23efc7 + d0ff940 commit bba2568
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/python-modules/dash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
, typing-extensions
, requests
, retrying
, ansi2html
, nest-asyncio

, celery
Expand All @@ -37,16 +36,16 @@

buildPythonPackage rec {
pname = "dash";
version = "2.14.2";
version = "2.15.0";
pyproject = true;

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "plotly";
repo = "dash";
rev = "v${version}";
hash = "sha256-EFEsFgd3VbzlIUiz1fBIsKHywgWrL74taDFx0yIM/Ks=";
rev = "refs/tags/v${version}";
hash = "sha256-38BOw/CrauT/usVWCI735J0zRf9wzScUgbfGTy5B7ng=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -90,7 +89,6 @@ buildPythonPackage rec {
typing-extensions
requests
retrying
ansi2html
nest-asyncio
];

Expand Down

0 comments on commit bba2568

Please sign in to comment.