Gaetan Lepage 2024-08-29 17:24:52 +02:00 committed by Dmitry Kalinkin
parent 6e35478f28
commit c5e06127be

View File

@ -42,7 +42,7 @@
buildPythonPackage rec {
pname = "coffea";
version = "2024.8.1";
version = "2024.8.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -51,7 +51,7 @@ buildPythonPackage rec {
owner = "CoffeaTeam";
repo = "coffea";
rev = "refs/tags/v${version}";
hash = "sha256-tFNBtjIxcn+Ux+QNWBbRCmCkgMuddodnKmeRCfT3PEs=";
hash = "sha256-Lgen4HNZpnd+IDXRHk3U0kFiFZh72RcqAOIg+eyd150=";
};
build-system = [