[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gama: Update to 2.19.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gama: Update to 2.19. |
Date: |
Thu, 28 Apr 2022 18:49:01 -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 c00906b1dd gnu: gama: Update to 2.19.
c00906b1dd is described below
commit c00906b1dde5bc47d99e7377942f0f091a4fec67
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Apr 28 23:12:24 2022 +0300
gnu: gama: Update to 2.19.
* gnu/packages/gps.scm (gama): Update to 2.19.
---
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 bfb6fea69b..47a7441e70 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -138,7 +138,7 @@ between two other data points.")
(define-public gama
(package
(name "gama")
- (version "2.18")
+ (version "2.19")
(source
(origin
(method url-fetch)
@@ -146,7 +146,7 @@ between two other data points.")
version ".tar.gz"))
(sha256
(base32
- "03axw35vi5idsyxhfy7afj77bdig2v95l1s0sqy3kqw4cx5bpn2w"))
+ "0lh3abvyq07igi44mmjif3nwy6iig0j1jq6rrxkrvkhhm5q98b1q"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gama: Update to 2.19.,
guix-commits <=