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


From: guix-commits
Subject: 01/02: gnu: gama: Update to 2.11.
Date: Wed, 28 Oct 2020 03:21:44 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0b96047e58c71eef38145702b93dfe6f64a74a80
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 28 08:56:50 2020 +0200

    gnu: gama: Update to 2.11.
    
    * gnu/packages/gps.scm (gama): Update to 2.11.
---
 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 fcb6ffc..1f37291 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.10")
+    (version "2.11")
     (source
       (origin
         (method url-fetch)
@@ -159,7 +159,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "14im3ahh849rildvs4qsk009jywf9w84vcmh7w44ajmlwcw7xiys"))))
+          "1iw7d0lfjhvp7lnyj0lxy62zpa2d05gfra3fq4sz8nyjwss0gmqh"))))
     (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]