guix_mirror_bot pushed a commit to branch andreas-qgis
in repository guix.

commit c15890db109ff9e52d3bd26bdcfc4858efb7406f
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jun 22 22:54:00 2026 +0200

    gnu: qgis: Update to 3.44.11.
    
    * gnu/packages/geo.scm (qgis): Update to 3.44.11.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 86a30fa914..85a25f64a1 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -3703,14 +3703,14 @@ growing set of geoscientific methods.")
 (define-public qgis
   (package
     (name "qgis")
-    (version "3.42.1")
+    (version "3.44.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://qgis.org/downloads/qgis-";
                            version ".tar.bz2"))
        (sha256
-        (base32 "1sf18bfvx6ph7cd5sqhkpjl2sly7v46d0bw4b50hq50j8yr02slx"))))
+        (base32 "1i3j5xmlhnlxqs66lf4psfc0b23r7hyw14qw9jdv27p9rq9wwvpa"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to