From af3659a64c59f24ab337a3d9255d38f665813294 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 10 Aug 2024 00:19:54 +0200 Subject: [PATCH] python312Packages.coffea: 2024.6.1 -> 2024.8.0 Diff: https://github.com/CoffeaTeam/coffea/compare/refs/tags/v2024.6.1...v2024.8.0 Changelog: https://github.com/CoffeaTeam/coffea/releases/tag/v2024.8.0 --- pkgs/development/python-modules/coffea/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/coffea/default.nix b/pkgs/development/python-modules/coffea/default.nix index 3b4d3f3f1bef..aabe21b1b748 100644 --- a/pkgs/development/python-modules/coffea/default.nix +++ b/pkgs/development/python-modules/coffea/default.nix @@ -32,6 +32,7 @@ toml, tqdm, uproot, + vector, # checks distributed, @@ -41,7 +42,7 @@ buildPythonPackage rec { pname = "coffea"; - version = "2024.6.1"; + version = "2024.8.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -50,7 +51,7 @@ buildPythonPackage rec { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; - hash = "sha256-Z6c8R8B8IrDkXVDx89XVtg3eRgORuHPfUyAPRGwAlrg="; + hash = "sha256-ghqJHTvCKAbbHPPwMVGxGqOV3fc25Gocs5VKebcb074="; }; build-system = [ @@ -82,6 +83,7 @@ buildPythonPackage rec { toml tqdm uproot + vector ] ++ dask.optional-dependencies.array; nativeCheckInputs = [