guix-commits
[Top][All Lists]
Advanced

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

174/285: gnu: gdal: Update to 3.0.2.


From: guix-commits
Subject: 174/285: gnu: gdal: Update to 3.0.2.
Date: Sun, 29 Dec 2019 20:44:24 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 424ccf28f297121bce250c44f75cbd8120fd0ff8
Author: Arun Isaac <address@hidden>
Date:   Thu Dec 5 01:45:30 2019 +0530

    gnu: gdal: Update to 3.0.2.
    
    * gnu/packages/geo.scm (gdal): Update to 3.0.2.
    [inputs]: Add proj.
---
 gnu/packages/geo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index cde2215..31f750d 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -566,7 +566,7 @@ development.")
 (define-public gdal
   (package
     (name "gdal")
-    (version "2.2.4")
+    (version "3.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -574,7 +574,7 @@ development.")
                      version ".tar.gz"))
               (sha256
                (base32
-                "1951f7b69x3d1vic0rmq92q8f4bj3hbxnxmj5jl0cc3zg0isgmdr"))
+                "0f80izh9wshrsw55kg9abpip74hk6frk3hgqrkqbyn3f6i8g2z3q"))
               (modules '((guix build utils)))
               (snippet
                 `(begin
@@ -626,6 +626,7 @@ development.")
        ("libtiff" ,libtiff)
        ("libwebp" ,libwebp)
        ("pcre" ,pcre)
+       ("proj" ,proj)
        ("zlib" ,zlib)))
     (home-page "http://www.gdal.org/";)
     (synopsis "Raster and vector geospatial data format library")



reply via email to

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