guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: gama: Update to 2.23.


From: guix-commits
Subject: 03/06: gnu: gama: Update to 2.23.
Date: Tue, 25 Oct 2022 02:42:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dec9cb985c45e3ba1e524b5391bc297a7d409e47
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 21:57:43 2022 +0300

    gnu: gama: Update to 2.23.
    
    * gnu/packages/gps.scm (gama): Update to 2.23.
---
 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 91e0ee12ac..1811e9013c 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.21")
+    (version "2.23")
     (source
       (origin
         (method url-fetch)
@@ -147,7 +147,7 @@ between two other data points.")
                             version ".tar.gz"))
         (sha256
          (base32
-          "0xncq4cgzn5mgwxw515xa0rhazf28y4cnpwg67kbibya7zx2iqw7"))
+          "03cwx83q788xlnpj0m4dgpf8scwn7m8p5c20vq90m1fxc614199q"))
         (modules '((guix build utils)))
         (snippet
          '(begin



reply via email to

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