gnu: qmapshack: Update to 1.17.1.

* gnu/packages/geo.scm (qmapshack): Update to 1.17.1.

Change-Id: I85cace78a9c38342a000488dfa80795f914bf2c5
This commit is contained in:
Guillaume Le Vaillant 2024-01-12 22:14:42 +01:00
parent 3902247b36
commit 6448443b82
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2233,7 +2233,7 @@ (define-public r-rnaturalearthhires
(define-public qmapshack
(package
(name "qmapshack")
(version "1.16.1")
(version "1.17.1")
(source
(origin
(method git-fetch)
@ -2242,7 +2242,7 @@ (define-public qmapshack
(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))