mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05: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:
parent
2fa1bcd971
commit
1825e45484
1 changed files with 4 additions and 3 deletions
|
@ -182,7 +182,7 @@ (define-public gama
|
||||||
(define-public gpxsee
|
(define-public gpxsee
|
||||||
(package
|
(package
|
||||||
(name "gpxsee")
|
(name "gpxsee")
|
||||||
(version "7.37")
|
(version "10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -191,7 +191,7 @@ (define-public gpxsee
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fpb43smh0kwic5pdxs46c0hkqj8g084h72pa024x1my6w12y9b8"))))
|
"0kj7130imhppb0bam34a1xr2lxk76fyida31idzvfk3m7z39w02w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -206,7 +206,8 @@ (define-public gpxsee
|
||||||
(string-append "PREFIX="
|
(string-append "PREFIX="
|
||||||
(assoc-ref outputs "out"))))))))
|
(assoc-ref outputs "out"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase-5)))
|
`(("qtbase" ,qtbase-5)
|
||||||
|
("qtlocation" ,qtlocation)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("qttools" ,qttools)))
|
`(("qttools" ,qttools)))
|
||||||
(home-page "https://www.gpxsee.org")
|
(home-page "https://www.gpxsee.org")
|
||||||
|
|
Loading…
Reference in a new issue