This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed6dfa0129 gnu: pdal: Update to 2.10.2.
ed6dfa0129 is described below

commit ed6dfa01299659b648091c8fbc201728caf7c0e8
Author: Mattia Bunel <[email protected]>
AuthorDate: Mon Jun 15 14:42:43 2026 +0200

    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 <[email protected]>
---
 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 c1ce559449..86a30fa914 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

Reply via email to