From 5e26866a581263889703075676fc4c3dcf4d026d Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Thu, 8 Sep 2022 20:14:33 +0000 Subject: [PATCH] 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 --- 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