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


From: guix-commits
Subject: branch master updated: gnu: gama: Update to 2.10.
Date: Sun, 27 Sep 2020 01:56:33 -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 59223c5  gnu: gama: Update to 2.10.
59223c5 is described below

commit 59223c5bc6816962b95d51fb2e8b7edd91c7fa95
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 27 08:50:26 2020 +0300

    gnu: gama: Update to 2.10.
    
    * gnu/packages/gps.scm (gama): Update to 2.10.
---
 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 92ba884..b136d95 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.09")
+    (version "2.10")
     (source
       (origin
         (method url-fetch)
@@ -159,7 +159,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "0c1b28frl6109arj09v4zr1xs859krn8871mkvis517g5pb55dc9"))))
+          "14im3ahh849rildvs4qsk009jywf9w84vcmh7w44ajmlwcw7xiys"))))
     (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]