Skip to content

Commit e185b7e

Browse files
committed
python3Packages.dask-awkward: 2025.3.0 -> 2025.5.0
1 parent a94100d commit e185b7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/development/python-modules/dask-awkward

pkgs/development/python-modules/dask-awkward/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
buildPythonPackage rec {
2828
pname = "dask-awkward";
29-
version = "2025.3.0";
29+
version = "2025.5.0";
3030
pyproject = true;
3131

3232
src = fetchFromGitHub {
3333
owner = "dask-contrib";
3434
repo = "dask-awkward";
3535
tag = version;
36-
hash = "sha256-z4dRGNoqwIEOwaz5U0DqCh/chZtopiLNvvvfl0bJxxI=";
36+
hash = "sha256-TLMT7YxedBUfz05F8wTsS5LQ9LyBbcUhQENM8C7Xric=";
3737
};
3838

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

0 commit comments

Comments
 (0)