From 59223c5bc6816962b95d51fb2e8b7edd91c7fa95 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 27 Sep 2020 08:50:26 +0300 Subject: gnu: gama: Update to 2.10. * gnu/packages/gps.scm (gama): Update to 2.10. --- gnu/packages/gps.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gps.scm') diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 92ba884f46..b136d95fe6 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.09") + (version "2.10") (source (origin (method url-fetch) @@ -159,7 +159,7 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "0c1b28frl6109arj09v4zr1xs859krn8871mkvis517g5pb55dc9")))) + "14im3ahh849rildvs4qsk009jywf9w84vcmh7w44ajmlwcw7xiys")))) (build-system gnu-build-system) (arguments '(#:parallel-tests? #f)) ; race condition (native-inputs -- cgit v1.2.3 From eec4def4f6a4e6e67db96c8acfc5327d2c6d64d6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 16 Oct 2020 16:39:37 +0200 Subject: gnu: gpxsee: Update to 7.34. * gnu/packages/gps.scm (gpxsee): Update to 7.34. --- gnu/packages/gps.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gps.scm') diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index b136d95fe6..fcb6ffc9bb 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -179,7 +179,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (define-public gpxsee (package (name "gpxsee") - (version "7.30") + (version "7.34") (source (origin (method git-fetch) (uri (git-reference @@ -188,7 +188,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (file-name (git-file-name name version)) (sha256 (base32 - "09gajwqc30r9a2sn972qdx3gx0gki9n0zafq986hn6zsr3z43mfs")))) + "0cdq2bqgkcqcyvasnrlgpl97b0kfi65iq2q6yy7dpp9xw4w764b1")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3