diff options
Diffstat (limited to 'gnu/packages/gps.scm')
-rw-r--r-- | gnu/packages/gps.scm | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index fcb6ffc9bb..3b3e038cc8 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -151,7 +151,7 @@ between two other data points.") (define-public gama (package (name "gama") - (version "2.10") + (version "2.12") (source (origin (method url-fetch) @@ -159,7 +159,12 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "14im3ahh849rildvs4qsk009jywf9w84vcmh7w44ajmlwcw7xiys")))) + "0zfilasalsy29b7viw0iwgnl9bkvp0l87gpxl1hx7379l8agwqyj")) + (modules '((guix build utils))) + (snippet + '(begin + (delete-file-recursively "lib/expat") + #t)))) (build-system gnu-build-system) (arguments '(#:parallel-tests? #f)) ; race condition (native-inputs @@ -179,7 +184,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (define-public gpxsee (package (name "gpxsee") - (version "7.34") + (version "7.36") (source (origin (method git-fetch) (uri (git-reference @@ -188,7 +193,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (file-name (git-file-name name version)) (sha256 (base32 - "0cdq2bqgkcqcyvasnrlgpl97b0kfi65iq2q6yy7dpp9xw4w764b1")))) + "18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j")))) (build-system gnu-build-system) (arguments '(#:phases |