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:
Guillaume Le Vaillant 2025-03-17 15:22:14 +01:00
parent 5d34ea948e
commit cb386c3c70
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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"