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