Merge pull request #293113 from dotlambda/proj-9.4.0

proj: 9.3.1 -> 9.4.0
This commit is contained in:
Robert Schütz
2024-03-07 15:50:32 +00:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "proj";
version = "9.3.1";
version = "9.4.0";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "PROJ";
rev = finalAttrs.version;
hash = "sha256-M8Zgy5xnmZu7mzxXXGqaIfe7o7iMf/1sOJVOBsTvtdQ=";
hash = "sha256-m8u5+uWeXI2lxxsTcVJbvCiV30CQifw4reAY3GHHavA=";
};
patches = [
@@ -83,6 +83,9 @@ buildPythonPackage rec {
"test_sync_download__directory"
"test_sync_download__system_directory"
"test_transformer_group__download_grids"
# proj-data grid required
"test_azimuthal_equidistant"
];
pythonImportsCheck = [