guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gdal: Update to 3.1.2.


From: guix-commits
Subject: 02/04: gnu: gdal: Update to 3.1.2.
Date: Fri, 17 Jul 2020 06:17:21 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit b45be61267c11eb6978a0f758a34ff7781233b43
Author: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
AuthorDate: Thu Jul 16 23:03:45 2020 +0200

    gnu: gdal: Update to 3.1.2.
    
    * gnu/packages/geo.scm (gdal): Update to 3.1.2.
---
 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 d5ccc3c..79b6c04 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -602,7 +602,7 @@ development.")
 (define-public gdal
   (package
     (name "gdal")
-    (version "3.0.4")
+    (version "3.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -610,7 +610,7 @@ development.")
                      version ".tar.gz"))
               (sha256
                (base32
-                "10symyajj1b7j98f889lqxxbmhcyvlhq9gg0l42h69bv22wx45gw"))
+                "1p6nmlsr8wbyq350pa6c22vrp98dcsa7yjnqsbhdbp74yj53nw9r"))
               (modules '((guix build utils)))
               (snippet
                 `(begin



reply via email to

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