Unverified Commit 2f51117f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #256278 from GaetanLepage/coffea

python310Packages.coffea: 2023.6.0.rc1 -> 2023.7.0.rc0
parents 4d66d894 b4ca40cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage rec {
  pname = "coffea";
  version = "2023.6.0.rc1";
  format = "pyproject";
  version = "2023.7.0.rc0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CoffeaTeam";
    repo = pname;
    repo = "coffea";
    rev = "refs/tags/v${version}";
    hash = "sha256-TEtQ2KnwcylQbprlRtgHv7HIFg7roDWD4TihrQE4icU=";
    hash = "sha256-WIJw5NLVN6TrG/0mySqtlqvoNVinmpcWZchSqiNjQ9Q=";
  };

  postPatch = ''