Loading pkgs/development/python-modules/coffea/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ toml, tqdm, uproot, vector, # checks distributed, Loading @@ -41,7 +42,7 @@ buildPythonPackage rec { pname = "coffea"; version = "2024.6.1"; version = "2024.8.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -50,7 +51,7 @@ buildPythonPackage rec { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; hash = "sha256-Z6c8R8B8IrDkXVDx89XVtg3eRgORuHPfUyAPRGwAlrg="; hash = "sha256-ghqJHTvCKAbbHPPwMVGxGqOV3fc25Gocs5VKebcb074="; }; build-system = [ Loading Loading @@ -82,6 +83,7 @@ buildPythonPackage rec { toml tqdm uproot vector ] ++ dask.optional-dependencies.array; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/coffea/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ toml, tqdm, uproot, vector, # checks distributed, Loading @@ -41,7 +42,7 @@ buildPythonPackage rec { pname = "coffea"; version = "2024.6.1"; version = "2024.8.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -50,7 +51,7 @@ buildPythonPackage rec { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; hash = "sha256-Z6c8R8B8IrDkXVDx89XVtg3eRgORuHPfUyAPRGwAlrg="; hash = "sha256-ghqJHTvCKAbbHPPwMVGxGqOV3fc25Gocs5VKebcb074="; }; build-system = [ Loading Loading @@ -82,6 +83,7 @@ buildPythonPackage rec { toml tqdm uproot vector ] ++ dask.optional-dependencies.array; nativeCheckInputs = [ Loading