Merge pull request #265498 from r-ryantm/auto-update/python310Packages.gdal

gdal: 3.7.2 -> 3.7.3
This commit is contained in:
Robert Schütz 2023-11-05 22:17:09 -08:00 committed by GitHub
commit ef0fa8ffdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,13 +76,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gdal"; pname = "gdal";
version = "3.7.2"; version = "3.7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OSGeo"; owner = "OSGeo";
repo = "gdal"; repo = "gdal";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-/7Egbg4Cg5Gqsy+CEMVbs2NCWbdJteDNWelBsrQSUj4="; hash = "sha256-+69mh1hKL1r7SNwDilaQz5UochMMWFG2lrBLYBF31JY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [