Skip to content

Commit

Permalink
python3Packages.dask: 2.22.0 -> 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrisinger authored and FRidh committed Oct 25, 2020
1 parent bc5cf00 commit 43200b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/dask/default.nix
Expand Up @@ -16,15 +16,15 @@

buildPythonPackage rec {
pname = "dask";
version = "2.22.0";
version = "2.25.0";

disabled = pythonOlder "3.5";

src = fetchFromGitHub {
owner = "dask";
repo = pname;
rev = version;
sha256 = "08nvxj81cz9x92dh2gbmm4imkr8cfljfi2hxkballv2ygwcbzg8g";
sha256 = "1irp6s577yyjvrvkg00hh1wnl8vrv7pbnbr09mk67z9y7s6xhiw3";
};

checkInputs = [
Expand Down Expand Up @@ -70,7 +70,8 @@ buildPythonPackage rec {

meta = {
description = "Minimal task scheduling abstraction";
homepage = "https://github.com/ContinuumIO/dask/";
homepage = "https://dask.org/";
changelog = "https://docs.dask.org/en/latest/changelog.html";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};
Expand Down

0 comments on commit 43200b1

Please sign in to comment.