Gaetan Lepage
2025-07-20 00:04:36 +02:00
parent 0af37d3071
commit 745277e658

View File

@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "coffea";
version = "2025.7.0";
version = "2025.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "CoffeaTeam";
repo = "coffea";
tag = "v${version}";
hash = "sha256-Lbhxgn9aBtR/wmyxMJjyP813miG9FjaJ+rdHM6oTcvw=";
hash = "sha256-GtofpITO9QcwFcKyVTz7clquJy2tBTlkf3IR1cXlklM=";
};
build-system = [