Skip to content

Commit

Permalink
python312Packages.coffea: 2024.6.1 -> 2024.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Aug 9, 2024
1 parent b6f3032 commit af3659a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/coffea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
toml,
tqdm,
uproot,
vector,

# checks
distributed,
Expand All @@ -41,7 +42,7 @@

buildPythonPackage rec {
pname = "coffea";
version = "2024.6.1";
version = "2024.8.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -50,7 +51,7 @@ buildPythonPackage rec {
owner = "CoffeaTeam";
repo = "coffea";
rev = "refs/tags/v${version}";
hash = "sha256-Z6c8R8B8IrDkXVDx89XVtg3eRgORuHPfUyAPRGwAlrg=";
hash = "sha256-ghqJHTvCKAbbHPPwMVGxGqOV3fc25Gocs5VKebcb074=";
};

build-system = [
Expand Down Expand Up @@ -82,6 +83,7 @@ buildPythonPackage rec {
toml
tqdm
uproot
vector
] ++ dask.optional-dependencies.array;

nativeCheckInputs = [
Expand Down

0 comments on commit af3659a

Please sign in to comment.