summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Bunel <mattia.bunel@ehess.fr>2026-06-15 14:42:43 +0200
committerAndreas Enge <andreas@enge.fr>2026-06-22 19:32:50 +0200
commited6dfa01299659b648091c8fbc201728caf7c0e8 (patch)
tree2104e12491d62418b80a9a3938bc919b258b1670
parent0139b870a82f17df8aebd68a6c2c5166d495c835 (diff)
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 <andreas@enge.fr>
-rw-r--r--gnu/packages/geo.scm4
1 files 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.")
1649(define-public pdal 1649(define-public pdal
1650 (package 1650 (package
1651 (name "pdal") 1651 (name "pdal")
1652 (version "2.10.0") 1652 (version "2.10.2")
1653 (source 1653 (source
1654 (origin 1654 (origin
1655 (method git-fetch) 1655 (method git-fetch)
@@ -1658,7 +1658,7 @@ development.")
1658 (commit version))) 1658 (commit version)))
1659 (file-name (git-file-name name version)) 1659 (file-name (git-file-name name version))
1660 (sha256 1660 (sha256
1661 (base32 "0kbr084qmfkhc6wm76d1vgn2rvl3brzl588r2rd9441pvb19m9ds")))) 1661 (base32 "164mqn7vz68nsr2ihhpqryp550p9ls02n0gqnaiw455210f0n4ap"))))
1662 (build-system cmake-build-system) 1662 (build-system cmake-build-system)
1663 (arguments 1663 (arguments
1664 (list 1664 (list