Unverified Commit ef0fa8ff authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

gdal: 3.7.2 -> 3.7.3
parents 4cf9f0f8 2e60191c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [