guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: proj: Update to 9.1.1.


From: guix-commits
Subject: 01/08: gnu: proj: Update to 9.1.1.
Date: Tue, 20 Dec 2022 11:59:13 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 990da1af79afa4c33385508f32f79878a4a67966
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Dec 17 11:42:55 2022 +0000

    gnu: proj: Update to 9.1.1.
    
    * gnu/packages/geo.scm (proj): Update to 9.1.1.
    
    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 cefe973f4a..c7071f1559 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -599,7 +599,7 @@ fully fledged Spatial SQL capabilities.")
 (define-public proj
   (package
     (name "proj")
-    (version "9.1.0")
+    (version "9.1.1")
     (source
      (origin
        (method url-fetch)
@@ -607,7 +607,7 @@ fully fledged Spatial SQL capabilities.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0593vd9sac0c98j1f4rammd90d4xnhygbr6d49i8il6ajjdj7cl1"))))
+         "0fbd1vj4cj19kwh03vdn0a4hr0xaacvi876yyyw5xfsj1q0x8g00"))))
     (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]