diff options
| author | Mattia Bunel <mattia.bunel@ehess.fr> | 2025-05-25 19:43:42 +0200 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-05-25 12:35:13 -0700 |
| commit | 318ad8f173899078b98a4a8af6a9800c8700a2c5 (patch) | |
| tree | 1e1c9707405a2daa09daf2746ca397439fc3da32 /gnu | |
| parent | d8acc8649ec847912eda88a59c980f0d7535b50d (diff) | |
gnu: pdal: Update to 2.8.4.
* gnu/packages/geo.scm (pdal): Update to 2.8.4.
Change-Id: I53dc52fac02b6a47e114c23d47b635bbe261df35
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index f25707d3f2c..e1600c82a8d 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1503,7 +1503,7 @@ development.") (define-public pdal (package (name "pdal") - (version "2.7.1") + (version "2.8.4") (source (origin (method git-fetch) @@ -1512,7 +1512,7 @@ development.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0gg5lcshlmn3wwak42xr0b8a8gdr4572d7hrcvxn2291kp2c3096")))) + (base32 "1w6cg9akb46xf6h7cw0nrg109d6n9035qxczk2scvaxg76hgnsz7")))) (build-system cmake-build-system) (arguments (list #:phases |
