diff options
author | Nikolay Korotkiy <sikmir@disroot.org> | 2022-06-20 00:02:58 +0300 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-20 14:02:27 +0200 |
commit | 723d1bbbd2292e65e0adc51b67e625e6f8eb373e (patch) | |
tree | f25f2e62e33c2575f010ba942d71a0f21f9198b9 | |
parent | a606eea4bc68301fa310290cf6e62f1dfff7e928 (diff) | |
download | guix-723d1bbbd2292e65e0adc51b67e625e6f8eb373e.tar.gz |
gnu: gpxsee: Update to 11.1.
* gnu/packages/gps.scm (gpxsee): Update to 11.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/gps.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 47a7441e70..a18b93c179 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -170,7 +170,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (define-public gpxsee (package (name "gpxsee") - (version "10.3") + (version "11.1") (source (origin (method git-fetch) (uri (git-reference @@ -179,7 +179,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (file-name (git-file-name name version)) (sha256 (base32 - "1i1diha617il0s2j9108xlw3vn10m6lc59r8r2fn48wmfzcj79dc")))) + "1klpjiqsvpvhlg5hsfjaszsyqr817hig9r7y7w4cp0kyn8z5fzfj")))) (build-system gnu-build-system) (arguments '(#:phases @@ -194,7 +194,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (string-append "PREFIX=" (assoc-ref outputs "out")))))))) (inputs - (list qtbase-5 qtlocation)) + (list qtbase-5 qtlocation qtsvg)) (native-inputs (list qttools)) (home-page "https://www.gpxsee.org") |