Skip to content

Commit

Permalink
python312Packages.dask-awkward: 2024.9.0 -> 2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 12, 2024
1 parent a316230 commit 54ef08e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/dask-awkward/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@

buildPythonPackage rec {
pname = "dask-awkward";
version = "2024.9.0";
version = "2024.12.0";
pyproject = true;

src = fetchFromGitHub {
owner = "dask-contrib";
repo = "dask-awkward";
rev = "refs/tags/${version}";
hash = "sha256-4CwixPj0bJHVjnwZ7fPkRdiDHs8/IzvNlwSPynXvcAo=";
tag = version;
hash = "sha256-MCUfzYdKAYlwALOIuRFQnXrA2K91B62kwgaNCobafV8=";
};

build-system = [
Expand Down Expand Up @@ -80,7 +80,7 @@ buildPythonPackage rec {
meta = {
description = "Native Dask collection for awkward arrays, and the library to use it";
homepage = "https://github.com/dask-contrib/dask-awkward";
changelog = "https://github.com/dask-contrib/dask-awkward/releases/tag/${version}";
changelog = "https://github.com/dask-contrib/dask-awkward/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ veprbl ];
};
Expand Down

0 comments on commit 54ef08e

Please sign in to comment.