all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75287] [PATCH] gnu: laszip: Update to 3.4.4.
@ 2025-01-02 15:37 Mattia Bunel via Guix-patches via
  2025-01-06 11:09 ` Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Mattia Bunel via Guix-patches via @ 2025-01-02 15:37 UTC (permalink / raw)
  To: 75287; +Cc: Mattia Bunel, Andreas Enge, Eric Bavier, Sharlatan Hellseher

* gnu/packages/geo.scm (laszip): Update to 3.4.4.

Change-Id: I454801958fe77b06dc1c82e30d4c569e88fe2795
---
 gnu/packages/geo.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 8b9b9a4cf7..07f6b00c38 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -3590,16 +3590,16 @@ (define-public navit
 (define-public laszip
   (package
     (name "laszip")
-    (version "3.4.3")
+    (version "3.4.4")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/LASzip/LASzip")
-             (commit "3.4.3")))
+             (commit "3.4.4")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09lcsgxwv0jq50fhsgfhx0npbf1zcwn3hbnq6q78fshqksbxmz7m"))))
+        (base32 "1a0ass8wz1cd42mvdmmgp4lpaf0qpfn9blsilfskba3kmx9hpymz"))))
     (build-system cmake-build-system)
     (arguments
      (list

base-commit: 8c11f8740a52339f51fe1841658e8e549589f2e2
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-06 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 15:37 [bug#75287] [PATCH] gnu: laszip: Update to 3.4.4 Mattia Bunel via Guix-patches via
2025-01-06 11:09 ` Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.