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.09.


From: guix-commits
Subject: branch master updated: gnu: gama: Update to 2.09.
Date: Wed, 01 Jul 2020 12:41:09 -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 ade0f8e  gnu: gama: Update to 2.09.
ade0f8e is described below

commit ade0f8ea0cbcabcd94cb4212abebd8c143c7d69d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 1 19:40:24 2020 +0300

    gnu: gama: Update to 2.09.
    
    * gnu/packages/gps.scm (gama): Update to 2.09.
---
 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 38fa6be..5f9dcdb 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -154,7 +154,7 @@ between two other data points.")
 (define-public gama
   (package
     (name "gama")
-    (version "2.08")
+    (version "2.09")
     (source
       (origin
         (method url-fetch)
@@ -162,7 +162,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "0fic6a3a83hgj3gj85bin3wd6ghgi2qg76d6jfwckamab0hlv7wx"))))
+          "0c1b28frl6109arj09v4zr1xs859krn8871mkvis517g5pb55dc9"))))
     (build-system gnu-build-system)
     (arguments '(#:parallel-tests? #f)) ; race condition
     (native-inputs



reply via email to

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