Gaetan Lepage 2024-03-12 20:34:17 +01:00
parent c7294aaf81
commit 6b8cec207b

View File

@ -32,7 +32,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "coffea"; pname = "coffea";
version = "2024.2.2"; version = "2024.4.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "CoffeaTeam"; owner = "CoffeaTeam";
repo = "coffea"; repo = "coffea";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-GdoVb9YtlUlrSx7TWWrdHOqOJJ4M+kJspOllv6HgFXk="; hash = "sha256-Iu1GHnLUqdhYO7hoHaf+O/S6KO0P+dvl0wgfRA5vtGI=";
}; };
postPatch = '' postPatch = ''