Unverified Commit 2ccffce5 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

proj: 9.7.0 -> 9.7.1 (#467270)

parents dc57dcfb e33a605d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 = [
@@ -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;
+3 −0
Original line number Diff line number Diff line
@@ -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 = [