proj: 9.7.0 -> 9.7.1 (#467270)

This commit is contained in:
dotlambda
2025-12-07 17:24:24 +00:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
+4 -4
View File
@@ -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;
@@ -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 = [