Commit b941b041 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent d64a5f4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,14 +42,14 @@

buildPythonPackage rec {
  pname = "coffea";
  version = "2024.9.0";
  version = "2024.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CoffeaTeam";
    repo = "coffea";
    rev = "refs/tags/v${version}";
    hash = "sha256-IX9c1EhQfFF2Gsn8atxngJ4gpgrwX5SnolUQ3nphhUY=";
    hash = "sha256-n17L/IuJGjDdYhVxW7Q0Qgeg+Y+pz9GphUxpLY4vXDM=";
  };

  build-system = [