guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: proj: Update to 9.2.0.


From: guix-commits
Subject: 02/08: gnu: proj: Update to 9.2.0.
Date: Wed, 12 Apr 2023 06:09:10 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit a113f5846fd61e09487c83d40b466caf956627f7
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Apr 2 17:45:45 2023 +0000

    gnu: proj: Update to 9.2.0.
    
    * gnu/packages/geo.scm (proj): Update to 9.2.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 95ead23e10..47ef8b8a89 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -598,7 +598,7 @@ fully fledged Spatial SQL capabilities.")
 (define-public proj
   (package
     (name "proj")
-    (version "9.1.1")
+    (version "9.2.0")
     (source
      (origin
        (method url-fetch)
@@ -606,7 +606,7 @@ fully fledged Spatial SQL capabilities.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0fbd1vj4cj19kwh03vdn0a4hr0xaacvi876yyyw5xfsj1q0x8g00"))))
+         "03nm1sgvh237my7ss6kayn6887cbnayvjxrrxsrfcakkmbsida6y"))))
     (build-system cmake-build-system)
     (native-inputs (list googletest pkg-config))
     (propagated-inputs (list curl libtiff sqlite)) ;required by proj.pc



reply via email to

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