guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gama: Update to 2.14.


From: guix-commits
Subject: 01/02: gnu: gama: Update to 2.14.
Date: Mon, 1 Mar 2021 04:52:22 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ac17ff0669521f0efec11696ad99f589bebf0f10
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 1 11:43:06 2021 +0200

    gnu: gama: Update to 2.14.
    
    * gnu/packages/gps.scm (gama): Update to 2.14.
---
 gnu/packages/gps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index ca53ac3..633cdbd 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.13")
+    (version "2.14")
     (source
       (origin
         (method url-fetch)
@@ -157,7 +157,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "041cprbj4lfs42i7sd1c2zlx3r16g6c5shz3qls79gxb7kqflkgb"))
+          "04mhbgpqbynnmm8ww4k2yk1w2j66c276dns9xwn8cvrq58kjimln"))
         (modules '((guix build utils)))
         (snippet
          '(begin



reply via email to

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