Loading pkgs/development/python-modules/odc-geo/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "odc-geo"; version = "0.4.9"; version = "0.4.10"; pyproject = true; src = fetchFromGitHub { owner = "opendatacube"; repo = "odc-geo"; tag = "v${version}"; hash = "sha256-7OhXx+lPvZSHP+aP3ucIkVBvW5De0FLNa+azc3Ar050="; hash = "sha256-f4wUUzcv4NM44zrCvW3sBRybppIBZEAm+oiTSW1B+Fw="; }; build-system = [ Loading Loading @@ -110,7 +110,7 @@ buildPythonPackage rec { with geospatial metadata and geo-registered `xarray` rasters. ''; homepage = "https://github.com/opendatacube/odc-geo/"; changelog = "https://github.com/opendatacube/odc-geo/tag/v${version}"; changelog = "https://github.com/opendatacube/odc-geo/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ daspk04 ]; }; Loading Loading
pkgs/development/python-modules/odc-geo/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "odc-geo"; version = "0.4.9"; version = "0.4.10"; pyproject = true; src = fetchFromGitHub { owner = "opendatacube"; repo = "odc-geo"; tag = "v${version}"; hash = "sha256-7OhXx+lPvZSHP+aP3ucIkVBvW5De0FLNa+azc3Ar050="; hash = "sha256-f4wUUzcv4NM44zrCvW3sBRybppIBZEAm+oiTSW1B+Fw="; }; build-system = [ Loading Loading @@ -110,7 +110,7 @@ buildPythonPackage rec { with geospatial metadata and geo-registered `xarray` rasters. ''; homepage = "https://github.com/opendatacube/odc-geo/"; changelog = "https://github.com/opendatacube/odc-geo/tag/v${version}"; changelog = "https://github.com/opendatacube/odc-geo/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ daspk04 ]; }; Loading