Loading pkgs/by-name/pr/proj/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "proj"; version = "9.7.0"; version = "9.7.1"; src = fetchFromGitHub { owner = "OSGeo"; repo = "PROJ"; rev = finalAttrs.version; hash = "sha256-Vdznj9WGuws1p+owDNHlVERjOM3fS1+RBtqe01q500E="; tag = finalAttrs.version; hash = "sha256-xXtqbLPS2Hu9gC06b72HDjnNRh4m0ism97hP8FFYOMo="; }; patches = [ Loading Loading @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: { }; meta = with lib; { changelog = "https://github.com/OSGeo/PROJ/blob/${finalAttrs.src.rev}/NEWS.md"; changelog = "https://github.com/OSGeo/PROJ/blob/${finalAttrs.src.tag}/NEWS.md"; description = "Cartographic Projections Library"; homepage = "https://proj.org/"; license = licenses.mit; Loading pkgs/development/python-modules/pyproj/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,9 @@ buildPythonPackage rec { "test_sync__source_id__list" "test_sync_download" "test_transformer_group__download_grids" # https://github.com/pyproj4/pyproj/issues/1553 "test_datum_horizontal" "test_sub_crs" ]; pythonImportsCheck = [ Loading Loading
pkgs/by-name/pr/proj/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "proj"; version = "9.7.0"; version = "9.7.1"; src = fetchFromGitHub { owner = "OSGeo"; repo = "PROJ"; rev = finalAttrs.version; hash = "sha256-Vdznj9WGuws1p+owDNHlVERjOM3fS1+RBtqe01q500E="; tag = finalAttrs.version; hash = "sha256-xXtqbLPS2Hu9gC06b72HDjnNRh4m0ism97hP8FFYOMo="; }; patches = [ Loading Loading @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: { }; meta = with lib; { changelog = "https://github.com/OSGeo/PROJ/blob/${finalAttrs.src.rev}/NEWS.md"; changelog = "https://github.com/OSGeo/PROJ/blob/${finalAttrs.src.tag}/NEWS.md"; description = "Cartographic Projections Library"; homepage = "https://proj.org/"; license = licenses.mit; Loading
pkgs/development/python-modules/pyproj/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,9 @@ buildPythonPackage rec { "test_sync__source_id__list" "test_sync_download" "test_transformer_group__download_grids" # https://github.com/pyproj4/pyproj/issues/1553 "test_datum_horizontal" "test_sub_crs" ]; pythonImportsCheck = [ Loading