1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.coffea: 2024.9.0 -> 2024.10.0 (#349221)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-17 15:41:08 +02:00 committed by GitHub
commit dcb602fc6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [