1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

gdal: 3.7.3 -> 3.8.1 (#271240)

This commit is contained in:
Ivan Mincik 2023-11-30 21:22:02 +01:00 committed by GitHub
parent a233133b1a
commit 6050880252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,13 +76,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdal";
version = "3.7.3";
version = "3.8.1";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${finalAttrs.version}";
hash = "sha256-+69mh1hKL1r7SNwDilaQz5UochMMWFG2lrBLYBF31JY=";
hash = "sha256-EQWAJZgufUC0FADuIotrGhP0Nf5qlgOwmiSlqLSv00A=";
};
nativeBuildInputs = [
@ -221,6 +221,9 @@ stdenv.mkDerivation (finalAttrs: {
"gcore/vsis3.py"
"gdrivers/gdalhttp.py"
"gdrivers/wms.py"
# disable benchmarks
"benchmark/*"
];
disabledTests = [
# tests that attempt to make network requests