[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gama: Update to 2.17.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gama: Update to 2.17. |
Date: |
Thu, 20 Jan 2022 10:50:15 -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 3e62af6f3b gnu: gama: Update to 2.17.
3e62af6f3b is described below
commit 3e62af6f3b2efcf3181094be79da237ac9208d46
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 20 17:49:37 2022 +0200
gnu: gama: Update to 2.17.
* gnu/packages/gps.scm (gama): Update to 2.17.
---
gnu/packages/gps.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 290fa76289..1c8f9af5b1 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
@@ -138,7 +138,7 @@ between two other data points.")
(define-public gama
(package
(name "gama")
- (version "2.15")
+ (version "2.17")
(source
(origin
(method url-fetch)
@@ -146,13 +146,12 @@ between two other data points.")
version ".tar.gz"))
(sha256
(base32
- "1lsa7k9anxla2r3wxzg2yhxgxlp8xibz56gaxhgf5rd3mzf51flx"))
+ "1x8qz43q254mz0fyna9pxxna2sj8pcrm8bwxw840d36lh1qj6983"))
(modules '((guix build utils)))
(snippet
'(begin
(delete-file-recursively "lib/expat")
- (for-each delete-file (find-files "doc/fig" "\\.pdf$"))
- #t))))
+ (for-each delete-file (find-files "doc/fig" "\\.pdf$"))))))
(build-system gnu-build-system)
(arguments '(#:parallel-tests? #f)) ; race condition
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gama: Update to 2.17.,
guix-commits <=