From 0b96047e58c71eef38145702b93dfe6f64a74a80 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 28 Oct 2020 08:56:50 +0200 Subject: gnu: gama: Update to 2.11. * gnu/packages/gps.scm (gama): Update to 2.11. --- 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 fcb6ffc9bb..1f3729155d 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.11") (source (origin (method url-fetch) @@ -159,7 +159,7 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "14im3ahh849rildvs4qsk009jywf9w84vcmh7w44ajmlwcw7xiys")))) + "1iw7d0lfjhvp7lnyj0lxy62zpa2d05gfra3fq4sz8nyjwss0gmqh")))) (build-system gnu-build-system) (arguments '(#:parallel-tests? #f)) ; race condition (native-inputs -- cgit 1.4.1 From 0dc301838f4ae3be172a595c1f92279a2d40c714 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 28 Oct 2020 08:58:06 +0200 Subject: gnu: gama: Remove bundled library. * gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled expat-1.1 library. --- gnu/packages/gps.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu/packages/gps.scm') diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 1f3729155d..74942b37f6 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -159,7 +159,12 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "1iw7d0lfjhvp7lnyj0lxy62zpa2d05gfra3fq4sz8nyjwss0gmqh")))) + "1iw7d0lfjhvp7lnyj0lxy62zpa2d05gfra3fq4sz8nyjwss0gmqh")) + (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 -- cgit 1.4.1 From 2b03b5f5da008918876b7ec5c5c112bba7d8fea0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 4 Nov 2020 14:12:36 +0100 Subject: gnu: gpxsee: Update to 7.35. * gnu/packages/gps.scm (gpxsee): Update to 7.35. --- 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 74942b37f6..60305e62ce 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -184,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.35") (source (origin (method git-fetch) (uri (git-reference @@ -193,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")))) + "1schmymcsd8s0r26qwyx56z107ql8pgrk1pnqy19mc7fyirdwmp5")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit 1.4.1