guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: gdal: Update to 3.0.4.


From: guix-commits
Subject: 02/05: gnu: gdal: Update to 3.0.4.
Date: Mon, 9 Mar 2020 10:24:31 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 3cf0a5dc538668adc5bef85cf4c120fad5d24856
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Sun Mar 8 18:22:34 2020 +0100

    gnu: gdal: Update to 3.0.4.
    
    * gnu/packages/geo.scm (gdal): Update to 3.0.4.
---
 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 27d5950..33137a1 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -571,7 +571,7 @@ development.")
 (define-public gdal
   (package
     (name "gdal")
-    (version "3.0.2")
+    (version "3.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -579,7 +579,7 @@ development.")
                      version ".tar.gz"))
               (sha256
                (base32
-                "0f80izh9wshrsw55kg9abpip74hk6frk3hgqrkqbyn3f6i8g2z3q"))
+                "10symyajj1b7j98f889lqxxbmhcyvlhq9gg0l42h69bv22wx45gw"))
               (modules '((guix build utils)))
               (snippet
                 `(begin



reply via email to

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