Unverified Commit fa7ae1e5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #309797 from GaetanLepage/dask

python311Packages.dask: 2024.4.2 -> 2024.5.0
parents 780223ed 72d89283
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "dask-expr";
  version = "1.0.12";
  version = "1.1.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "dask";
    repo = "dask-expr";
    rev = "refs/tags/v${version}";
    hash = "sha256-B/BkLOZhvUyjinaFKp0ecUfzvLb5S90q+YHmJwS6WSQ=";
    hash = "sha256-yVwaOOjxHVxAhFlEENnjpX8LbJs9MW0OOmwAH5RhPgE=";
  };

  postPatch = ''
+3 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

let self = buildPythonPackage rec {
  pname = "dask";
  version = "2024.4.2";
  version = "2024.5.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -48,7 +48,7 @@ let self = buildPythonPackage rec {
    owner = "dask";
    repo = "dask";
    rev = "refs/tags/${version}";
    hash = "sha256-iD+diwctXaQlOpL0fjOiFoWVONtlMq7AonbC0vCmXc0=";
    hash = "sha256-2tkY02Inhpo8upTjhen//EvsZwd93roPCID215NOxwQ=";
  };

  nativeBuildInputs = [
@@ -191,5 +191,6 @@ let self = buildPythonPackage rec {
    homepage = "https://dask.org/";
    changelog = "https://docs.dask.org/en/latest/changelog.html";
    license = licenses.bsd3;
    maintainers = with maintainers; [ GaetanLepage ];
  };
}; in self