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 {
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 = ''