Unverified Commit 56cf7ffc authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #293113 from dotlambda/proj-9.4.0

proj: 9.3.1 -> 9.4.0
parents 86787d73 4c883169
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+3 −0
Original line number Diff line number Diff line
@@ -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 = [