File tree Expand file tree Collapse file tree
pkgs/development/python-modules/dask-awkward Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments