GNU bug report logs -
#62622
[PATCH 0/8] Update proj and a few other geo packages
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sun, 2 Apr 2023 17:44:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/geo.scm (proj): Update to 9.2.0.
---
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 @@ (define-public libspatialite
(define-public proj
(package
(name "proj")
- (version "9.1.1")
+ (version "9.2.0")
(source
(origin
(method url-fetch)
@@ -606,7 +606,7 @@ (define-public proj
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
--
2.39.2
This bug report was last modified 2 years and 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.