Skip to content

Commit

Permalink
python312Packages.coffea: 2024.8.1 -> 2024.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Aug 29, 2024
1 parent 9d5652b commit 57945da
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,7 +42,7 @@

buildPythonPackage rec {
pname = "coffea";
version = "2024.8.1";
version = "2024.8.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 = [
Expand Down

0 comments on commit 57945da

Please sign in to comment.