guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gama: Update to 2.15.


From: guix-commits
Subject: branch master updated: gnu: gama: Update to 2.15.
Date: Wed, 22 Sep 2021 04:01:06 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 688c456  gnu: gama: Update to 2.15.
688c456 is described below

commit 688c456a67ab9bb1b98593f8fea0e90dc9525da9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 22 10:59:30 2021 +0300

    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(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 8ac16c6..7a5b1eb 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -149,7 +149,7 @@ between two other data points.")
 (define-public gama
   (package
     (name "gama")
-    (version "2.14")
+    (version "2.15")
     (source
       (origin
         (method url-fetch)
@@ -157,7 +157,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "04mhbgpqbynnmm8ww4k2yk1w2j66c276dns9xwn8cvrq58kjimln"))
+          "1lsa7k9anxla2r3wxzg2yhxgxlp8xibz56gaxhgf5rd3mzf51flx"))
         (modules '((guix build utils)))
         (snippet
          '(begin
@@ -171,7 +171,7 @@ between two other data points.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]