From ed6dfa01299659b648091c8fbc201728caf7c0e8 Mon Sep 17 00:00:00 2001 From: Mattia Bunel Date: Mon, 15 Jun 2026 14:42:43 +0200 Subject: gnu: pdal: Update to 2.10.2. * gnu/packages/geo.scm (pdal): Update to 2.10.2. Change-Id: I5a5623c9103dde031fdd3780f420036540bfaf3d Signed-off-by: Andreas Enge --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index c1ce559449e..86a30fa9144 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1649,7 +1649,7 @@ development.") (define-public pdal (package (name "pdal") - (version "2.10.0") + (version "2.10.2") (source (origin (method git-fetch) @@ -1658,7 +1658,7 @@ development.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0kbr084qmfkhc6wm76d1vgn2rvl3brzl588r2rd9441pvb19m9ds")))) + (base32 "164mqn7vz68nsr2ihhpqryp550p9ls02n0gqnaiw455210f0n4ap")))) (build-system cmake-build-system) (arguments (list -- cgit v1.2.3