mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qgis: Update to 3.42.0.
* gnu/packages/geo.scm (qgis): Update to 3.42.0. [arguments]: Update list of disabled tests. Change-Id: Ifc6f5e05441365d1ad14bb338071ad33f2d30f91
This commit is contained in:
parent
5d34ea948e
commit
cb386c3c70
1 changed files with 9 additions and 6 deletions
|
@ -3304,14 +3304,14 @@ growing set of geoscientific methods.")
|
||||||
(define-public qgis
|
(define-public qgis
|
||||||
(package
|
(package
|
||||||
(name "qgis")
|
(name "qgis")
|
||||||
(version "3.34.6")
|
(version "3.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://qgis.org/downloads/qgis-"
|
(uri (string-append "https://qgis.org/downloads/qgis-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zqyyrbv53vrrh372g503qh8kmy2dlsxcck28khhkh2262m5qfap"))))
|
(base32 "1s04wy3iy7amm4jn5y5j9pw54isizhqq2mr10ld5ldz2gqwl7dq4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3357,17 +3357,20 @@ growing set of geoscientific methods.")
|
||||||
"ProcessingQgisAlgorithmsTestPt3"
|
"ProcessingQgisAlgorithmsTestPt3"
|
||||||
"ProcessingQgisAlgorithmsTestPt4"
|
"ProcessingQgisAlgorithmsTestPt4"
|
||||||
"ProcessingGdalAlgorithmsVectorTest"
|
"ProcessingGdalAlgorithmsVectorTest"
|
||||||
"ProcessingGrass7AlgorithmsImageryTest"
|
"ProcessingGrassAlgorithmsImageryTest"
|
||||||
"ProcessingGrass7AlgorithmsRasterTestPt1"
|
"ProcessingGrassAlgorithmsRasterTestPt1"
|
||||||
"ProcessingGrass7AlgorithmsRasterTestPt2"
|
"ProcessingGrassAlgorithmsRasterTestPt2"
|
||||||
"ProcessingGrass7AlgorithmsVectorTest"
|
"ProcessingGrassAlgorithmsVectorTest"
|
||||||
|
"ProcessingGrassAlgsPostgreRasterProvider"
|
||||||
"test_core_authconfig"
|
"test_core_authconfig"
|
||||||
"test_core_authmanager"
|
"test_core_authmanager"
|
||||||
"test_core_compositionconverter"
|
"test_core_compositionconverter"
|
||||||
"test_core_expression"
|
"test_core_expression"
|
||||||
|
"test_core_gdalprovider"
|
||||||
"test_core_gdalutils"
|
"test_core_gdalutils"
|
||||||
"test_core_labelingengine"
|
"test_core_labelingengine"
|
||||||
"test_core_layoutpicture"
|
"test_core_layoutpicture"
|
||||||
|
"test_core_ogrprovider"
|
||||||
"test_core_project"
|
"test_core_project"
|
||||||
"test_core_coordinatereferencesystem"
|
"test_core_coordinatereferencesystem"
|
||||||
"test_core_overlayexpression"
|
"test_core_overlayexpression"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue