From 688c456a67ab9bb1b98593f8fea0e90dc9525da9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 22 Sep 2021 10:59:30 +0300 Subject: gnu: gama: Update to 2.15. * gnu/packages/gps.scm (gama): Update to 2.15. --- gnu/packages/gps.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/gps.scm') diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 8ac16c62aa..7a5b1eb118 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -149,7 +149,7 @@ (define-public gpscorrelate (define-public gama (package (name "gama") - (version "2.14") + (version "2.15") (source (origin (method url-fetch) @@ -157,7 +157,7 @@ (define-public gama version ".tar.gz")) (sha256 (base32 - "04mhbgpqbynnmm8ww4k2yk1w2j66c276dns9xwn8cvrq58kjimln")) + "1lsa7k9anxla2r3wxzg2yhxgxlp8xibz56gaxhgf5rd3mzf51flx")) (modules '((guix build utils))) (snippet '(begin @@ -171,7 +171,7 @@ (define-public gama (inputs `(("expat" ,expat) ("sqlite" ,sqlite))) - (home-page "https://www.gnu.org/software/gama") + (home-page "https://www.gnu.org/software/gama/") (synopsis "Adjustment of geodetic networks") (description "GNU Gama is a program for the adjustment of geodetic networks. It is -- cgit v1.2.3