guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: gdal: Update to 3.3.3.


From: guix-commits
Subject: 01/04: gnu: gdal: Update to 3.3.3.
Date: Wed, 19 Jan 2022 08:11:51 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 15bcecc5a75e1ffe16e95df892a1b0e1a21fc242
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jan 19 13:09:57 2022 +0100

    gnu: gdal: Update to 3.3.3.
    
    * gnu/packages/geo.scm (gdal): Update to 3.3.3.
---
 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 8da4989bf1..6f87375bcc 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -835,7 +835,7 @@ development.")
 (define-public gdal
   (package
     (name "gdal")
-    (version "3.1.2")
+    (version "3.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -843,7 +843,7 @@ development.")
                      version ".tar.gz"))
               (sha256
                (base32
-                "1p6nmlsr8wbyq350pa6c22vrp98dcsa7yjnqsbhdbp74yj53nw9r"))
+                "0nk09lws1hk873yn5f4wzqfvr82gm4hw3gq8w9g1h0kvf6j5x4i8"))
               (modules '((guix build utils)))
               (snippet
                 `(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]