1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: gpxsee: Update to 10.0.

* gnu/packages/gps.scm (gpxsee): Update to 10.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Nikolay Korotkiy
2021-12-10 01:33:46 +03:00
committed by Nicolas Goaziou
parent 2fa1bcd971
commit 1825e45484
+4 -3
View File
@@ -182,7 +182,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(define-public gpxsee
(package
(name "gpxsee")
(version "7.37")
(version "10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -191,7 +191,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(file-name (git-file-name name version))
(sha256
(base32
"0fpb43smh0kwic5pdxs46c0hkqj8g084h72pa024x1my6w12y9b8"))))
"0kj7130imhppb0bam34a1xr2lxk76fyida31idzvfk3m7z39w02w"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -206,7 +206,8 @@ coordinates as well as partial support for adjustments in global coordinate syst
(string-append "PREFIX="
(assoc-ref outputs "out"))))))))
(inputs
`(("qtbase" ,qtbase-5)))
`(("qtbase" ,qtbase-5)
("qtlocation" ,qtlocation)))
(native-inputs
`(("qttools" ,qttools)))
(home-page "https://www.gpxsee.org")