Commit 986e3436 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python3Packages.coffea: 2025.3.0 -> 2025.7.0

parent 9363d6ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,14 +42,14 @@

buildPythonPackage rec {
  pname = "coffea";
  version = "2025.3.0";
  version = "2025.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CoffeaTeam";
    repo = "coffea";
    tag = "v${version}";
    hash = "sha256-NZ3r/Dyw5bB4qOO29DUAARPzdJJxgR9OO9LxVu3YbNo=";
    hash = "sha256-Lbhxgn9aBtR/wmyxMJjyP813miG9FjaJ+rdHM6oTcvw=";
  };

  build-system = [
@@ -113,7 +113,7 @@ buildPythonPackage rec {
  meta = {
    description = "Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis";
    homepage = "https://github.com/CoffeaTeam/coffea";
    changelog = "https://github.com/CoffeaTeam/coffea/releases/tag/v${version}";
    changelog = "https://github.com/CoffeaTeam/coffea/releases/tag/${src.tag}";
    license = with lib.licenses; [ bsd3 ];
    maintainers = with lib.maintainers; [ veprbl ];
  };