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>
This commit is contained in:
parent
c9f19871a8
commit
5e26866a58
@ -536,7 +536,7 @@ fully fledged Spatial SQL capabilities.")
|
|||||||
(define-public proj
|
(define-public proj
|
||||||
(package
|
(package
|
||||||
(name "proj")
|
(name "proj")
|
||||||
(version "7.2.1")
|
(version "9.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -544,16 +544,10 @@ fully fledged Spatial SQL capabilities.")
|
|||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"050apzdn0isxpsblys1shrl9ccli5vd32kgswlgx1imrbwpg915k"))))
|
"18x6v4iaphyyxyzdgf76r764qwswvjz9w39zyiphsvchwz5slzkk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON")
|
`(#: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")))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list curl libjpeg-turbo libtiff sqlite))
|
(list curl libjpeg-turbo libtiff sqlite))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user