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


From: guix-commits
Subject: branch master updated: gnu: gama: Update to 2.12.
Date: Sat, 28 Nov 2020 17:02:44 -0500

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 e07f056  gnu: gama: Update to 2.12.
e07f056 is described below

commit e07f05667d1fd6e0e1c6971466ce2c56c6031629
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 28 23:46:05 2020 +0200

    gnu: gama: Update to 2.12.
    
    * gnu/packages/gps.scm (gama): Update to 2.12.
---
 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 680ddb8..3b3e038 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.11")
+    (version "2.12")
     (source
       (origin
         (method url-fetch)
@@ -159,7 +159,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "1iw7d0lfjhvp7lnyj0lxy62zpa2d05gfra3fq4sz8nyjwss0gmqh"))
+          "0zfilasalsy29b7viw0iwgnl9bkvp0l87gpxl1hx7379l8agwqyj"))
         (modules '((guix build utils)))
         (snippet
          '(begin



reply via email to

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