From 6b8cec207bd06930a180275ecf987f846c36231b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 12 Mar 2024 20:34:17 +0100 Subject: [PATCH] python311Packages.coffea: 2024.2.2 -> 2024.4.1 Diff: https://github.com/CoffeaTeam/coffea/compare/refs/tags/v2024.2.2...v2024.4.1 Changelog: https://github.com/CoffeaTeam/coffea/releases/tag/v2024.4.1 --- pkgs/development/python-modules/coffea/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/coffea/default.nix b/pkgs/development/python-modules/coffea/default.nix index 3f5de521b0a8..86090e3b2556 100644 --- a/pkgs/development/python-modules/coffea/default.nix +++ b/pkgs/development/python-modules/coffea/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "coffea"; - version = "2024.2.2"; + version = "2024.4.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; - hash = "sha256-GdoVb9YtlUlrSx7TWWrdHOqOJJ4M+kJspOllv6HgFXk="; + hash = "sha256-Iu1GHnLUqdhYO7hoHaf+O/S6KO0P+dvl0wgfRA5vtGI="; }; postPatch = ''