python3Packages.coffea: 2025.11.0 -> 2025.12.0

https://github.com/CoffeaTeam/coffea/releases/tag/v2025.12.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:31 +01:00
parent 758cbebb12
commit ad16eafed9
@@ -44,14 +44,14 @@
buildPythonPackage rec {
pname = "coffea";
version = "2025.11.0";
version = "2025.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CoffeaTeam";
repo = "coffea";
tag = "v${version}";
hash = "sha256-vv1eHb8vt4nxdnpLmE0J5g/3oYmcoIykKCuOcQoxA60=";
hash = "sha256-+Qfb5NHJTlSBUqyv+n3zebEwAZPB9+UMV5KiQhOxJSY=";
};
build-system = [