File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
pkgs/development/python-modules/xarray Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "xarray" ;
16- version = "2024.07 .0" ;
16+ version = "2024.09 .0" ;
1717 pyproject = true ;
1818
1919 disabled = pythonOlder "3.10" ;
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222 owner = "pydata" ;
2323 repo = "xarray" ;
2424 rev = "refs/tags/v${ version } " ;
25- hash = "sha256-pt0qnkgf3E/QQHQAaZLommakhqEJ4NuTyjx5tdk2N1U =" ;
25+ hash = "sha256-ZrqdpzcNjZMxET355PRWQaUPjvFm+m2y71F7qt8DCjg =" ;
2626 } ;
2727
2828 build-system = [
@@ -42,10 +42,13 @@ buildPythonPackage rec {
4242
4343 pythonImportsCheck = [ "xarray" ] ;
4444
45- meta = with lib ; {
45+ meta = {
4646 changelog = "https://github.com/pydata/xarray/blob/${ src . rev } /doc/whats-new.rst" ;
4747 description = "N-D labeled arrays and datasets in Python" ;
4848 homepage = "https://github.com/pydata/xarray" ;
49- license = licenses . asl20 ;
49+ license = lib . licenses . asl20 ;
50+ maintainers = with lib . maintainers ; [
51+ doronbehar
52+ ] ;
5053 } ;
5154}
You can’t perform that action at this time.
0 commit comments