mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
3902247b36
commit
6448443b82
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue