guix-patches
[Top][All Lists]
Advanced

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

[bug#57239] [PATCH] gnu: gdal: Update to 3.5.1.


From: Nikolay Korotkiy
Subject: [bug#57239] [PATCH] gnu: gdal: Update to 3.5.1.
Date: Tue, 16 Aug 2022 12:20:52 +0300

* gnu/packages/geo.scm (gdal): Update to 3.5.1.
---
 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 f88b195b88..0136beeb66 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -940,7 +940,7 @@ (define-public spatialite-gui
 (define-public gdal
   (package
     (name "gdal")
-    (version "3.5.0")
+    (version "3.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -948,7 +948,7 @@ (define-public gdal
                      version ".tar.gz"))
               (sha256
                (base32
-                "0h7dgjx8nk3dd17wwqm2yjnaqciyrd2mz9gcjswpcnmap09wbzrs"))
+                "1l93q7xf6qx9ck5axfkf3ygmvclxkvrjd8x00ckn7j0d0750ci3w"))
               (modules '((guix build utils)))
               (snippet
                 `(begin
-- 
2.37.1






reply via email to

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