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


From: guix-commits
Subject: branch master updated: gnu: gama: Update to 2.26.
Date: Tue, 03 Oct 2023 14:47:25 -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 8d47bfb5d6 gnu: gama: Update to 2.26.
8d47bfb5d6 is described below

commit 8d47bfb5d646e845135795347b806c0ac1a7c6cf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 21:37:15 2023 +0300

    gnu: gama: Update to 2.26.
    
    * gnu/packages/gps.scm (gama): Update to 2.26.
---
 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 cb4dde5cf9..d3315cc74d 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -139,7 +139,7 @@ between two other data points.")
 (define-public gama
   (package
     (name "gama")
-    (version "2.24")
+    (version "2.26")
     (source
       (origin
         (method url-fetch)
@@ -147,7 +147,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "04y9x3dcxmlrz5m8n5sx0xhvr30qq0vwcc749nxcvmdv4c2nm100"))
+          "1mn7ma8w4spqc0p4slp1s14q45z7hzyp49ikvd1spsz9jqz8ycpk"))
         (modules '((guix build utils)))
         (snippet
          '(begin



reply via email to

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