summary refs log tree commit diff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-01-12 22:14:42 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-01-12 22:14:42 +0100
commit6448443b823ced75f5be85705e7dc7fb338ef8eb (patch)
tree2ea1cb30c96e791269b2266577421fcbb39c54c6 /gnu/packages/geo.scm
parent3902247b36d67139f73b3bed556badc243ca0966 (diff)
downloadguix-6448443b823ced75f5be85705e7dc7fb338ef8eb.tar.gz
gnu: qmapshack: Update to 1.17.1.
* gnu/packages/geo.scm (qmapshack): Update to 1.17.1.

Change-Id: I85cace78a9c38342a000488dfa80795f914bf2c5
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 73b7aa3d11..087d63e736 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2233,7 +2233,7 @@ data.")
 (define-public qmapshack
   (package
     (name "qmapshack")
-    (version "1.16.1")
+    (version "1.17.1")
     (source
      (origin
        (method git-fetch)
@@ -2242,7 +2242,7 @@ data.")
              (commit (string-append "V_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "184fqmsfzr3b333ssizjk6gvv7mncmygq8dj5r7rsvs5md26z2ys"))))
+        (base32 "1ckadklk67dp1pvkacfkr8379g2pwk73q85jfzm8viclcqmfvb62"))))
     (build-system qt-build-system)
     (native-inputs
      (list pkg-config qttools-5))