python310Packages.coffea: 2023.6.0.rc1 -> 2023.7.0.rc0

This commit is contained in:
Gaetan Lepage 2023-09-20 10:42:56 +02:00
parent b1adee2f93
commit b4ca40cf1d

View file

@ -31,14 +31,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "coffea"; pname = "coffea";
version = "2023.6.0.rc1"; version = "2023.7.0.rc0";
format = "pyproject"; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CoffeaTeam"; owner = "CoffeaTeam";
repo = pname; repo = "coffea";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-TEtQ2KnwcylQbprlRtgHv7HIFg7roDWD4TihrQE4icU="; hash = "sha256-WIJw5NLVN6TrG/0mySqtlqvoNVinmpcWZchSqiNjQ9Q=";
}; };
postPatch = '' postPatch = ''