[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: proj: Update to 9.0.1.
From: |
guix-commits |
Subject: |
04/11: gnu: proj: Update to 9.0.1. |
Date: |
Sun, 11 Sep 2022 10:06:57 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 5e26866a581263889703075676fc4c3dcf4d026d
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Sep 8 20:14:33 2022 +0000
gnu: proj: Update to 9.0.1.
* gnu/packages/geo.scm (proj): Update to 9.0.1.
[arguments]: Remove fix-version phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/geo.scm | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 03ffbbfc95..59234863b8 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -536,7 +536,7 @@ fully fledged Spatial SQL capabilities.")
(define-public proj
(package
(name "proj")
- (version "7.2.1")
+ (version "9.0.1")
(source
(origin
(method url-fetch)
@@ -544,16 +544,10 @@ fully fledged Spatial SQL capabilities.")
version ".tar.gz"))
(sha256
(base32
- "050apzdn0isxpsblys1shrl9ccli5vd32kgswlgx1imrbwpg915k"))))
+ "18x6v4iaphyyxyzdgf76r764qwswvjz9w39zyiphsvchwz5slzkk"))))
(build-system cmake-build-system)
(arguments
- `(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-version
- (lambda _
- (substitute* "CMakeLists.txt"
- (("MAJOR 7 MINOR 2 PATCH 0") "MAJOR 7 MINOR 2 PATCH 1")))))))
+ `(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON")))
(inputs
(list curl libjpeg-turbo libtiff sqlite))
(native-inputs
- branch master updated (22bfc42fab -> 6c6eba3f1a), guix-commits, 2022/09/11
- 02/11: gnu: vtk: Build against proj-7., guix-commits, 2022/09/11
- 01/11: gnu: Add proj-7., guix-commits, 2022/09/11
- 07/11: gnu: openorienteering-mapper: Add curl dependency., guix-commits, 2022/09/11
- 05/11: gnu: python-pyproj: Update to 3.3.1., guix-commits, 2022/09/11
- 08/11: gnu: gplates: Add curl dependency., guix-commits, 2022/09/11
- 10/11: gnu: qmapshack: Add curl dependency., guix-commits, 2022/09/11
- 03/11: gnu: xygrib: Build against proj-7., guix-commits, 2022/09/11
- 06/11: gnu: python-cartopy: Update to 0.20.3., guix-commits, 2022/09/11
- 04/11: gnu: proj: Update to 9.0.1.,
guix-commits <=
- 11/11: news: Fix entry., guix-commits, 2022/09/11
- 09/11: gnu: qgis: Disable failing tests., guix-commits, 2022/09/11