Skip to content

Commit

Permalink
python312Packages.coffea: 2024.11.0 -> 2025.1.0 (#372305)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 9, 2025
2 parents 264d247 + c708382 commit cb49909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/coffea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@

buildPythonPackage rec {
pname = "coffea";
version = "2024.11.0";
version = "2025.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "CoffeaTeam";
repo = "coffea";
tag = "v${version}";
hash = "sha256-QE+la7CB2xrbbIOUL/HtKRHUOGu19IyfDvjL6oucn7g=";
hash = "sha256-l/HjTX3zm1jquAhuvNNI+oaC7TbaICNnmfqXxBNlaic=";
};

build-system = [
Expand Down

0 comments on commit cb49909

Please sign in to comment.