guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: proj: Update to 6.3.1.


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

glv pushed a commit to branch master
in repository guix.

commit 9147d1216e2202da7f369c32b0ee73a3fae71530
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Sun Mar 8 17:23:04 2020 +0100

    gnu: proj: Update to 6.3.1.
    
    * gnu/packages/geo.scm (proj): Update to 6.3.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 d458c7b..27d5950 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -328,7 +328,7 @@ fully fledged Spatial SQL capabilities.")
 (define-public proj
   (package
     (name "proj")
-    (version "6.2.0")
+    (version "6.3.1")
     (source
      (origin
        (method url-fetch)
@@ -336,7 +336,7 @@ fully fledged Spatial SQL capabilities.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0l1as8f4zfg74fms6h5p5psziw0lpznja1xnirzsscpnfbwc005k"))))
+         "1y46ij32j9b4x1kjnnlykcwk3kkjwkg44sfc1ziwm3a3g0ki3q3d"))))
     (build-system gnu-build-system)
     (inputs
      `(("sqlite" ,sqlite)))



reply via email to

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