[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: proj: Update to 9.3.1.
From: |
guix-commits |
Subject: |
01/09: gnu: proj: Update to 9.3.1. |
Date: |
Wed, 7 Feb 2024 12:35:27 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 4c1a7678b2d0ef801ae1ac03af449db3ab9fe9bc
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Feb 4 16:47:11 2024 +0000
gnu: proj: Update to 9.3.1.
* gnu/packages/geo.scm (proj): Update to 9.3.1.
Change-Id: I176efdba12761b81b90c8a53c362e4e66bd08fca
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/geo.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index e053179a51..4d76095d67 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Christopher Baines <mail@cbaines.net>
-;;; Copyright © 2020, 2021, 2022, 2023 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2020–2024 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021, 2023, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2021, 2023, 2024 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Clément Lassieur <clement@lassieur.org>
@@ -740,7 +740,7 @@ fully fledged Spatial SQL capabilities.")
(define-public proj
(package
(name "proj")
- (version "9.2.0")
+ (version "9.3.1")
(source
(origin
(method url-fetch)
@@ -748,7 +748,7 @@ fully fledged Spatial SQL capabilities.")
version ".tar.gz"))
(sha256
(base32
- "03nm1sgvh237my7ss6kayn6887cbnayvjxrrxsrfcakkmbsida6y"))))
+ "1g0hkpiablvhsmw0kn5frwgdir3q7avc45p6lc1zhhhzkv5ikydh"))))
(build-system cmake-build-system)
(native-inputs (list googletest pkg-config))
(propagated-inputs (list curl libtiff sqlite)) ;required by proj.pc
- branch master updated (10dba10fd6 -> 5d2302a195), guix-commits, 2024/02/07
- 02/09: gnu: python-pyproj: Update to 3.6.1., guix-commits, 2024/02/07
- 06/09: gnu: python-pyshp: Update to 2.3.1., guix-commits, 2024/02/07
- 03/09: gnu: libgeotiff: Fix build with proj 9.3.1., guix-commits, 2024/02/07
- 05/09: gnu: python-shapely: Update to 2.0.2., guix-commits, 2024/02/07
- 01/09: gnu: proj: Update to 9.3.1.,
guix-commits <=
- 07/09: gnu: grass: Update to 7.8.8., guix-commits, 2024/02/07
- 08/09: gnu: qgis: Fix build against proj 9.3.1., guix-commits, 2024/02/07
- 04/09: gnu: geos: Update to 3.12.1., guix-commits, 2024/02/07
- 09/09: gnu: janet: Update to 1.33.0, guix-commits, 2024/02/07