nckx pushed a commit to branch master
in repository guix.
commit b2d286545da7a8c5364cd8fb307b80a9c08c1060
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Oct 27 04:12:03 2018 +0200
gnu: gama: Update to 2.01.
* gnu/packages/gps.scm (gama): Update to 2.01.
---
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 cd639a4..0709a58 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -147,7 +147,7 @@ between two other data points.")
(define-public gama
(package
(name "gama")
- (version "2.00")
+ (version "2.01")
(source
(origin
(method url-fetch)
@@ -155,7 +155,7 @@ between two other data points.")
version ".tar.gz"))
(sha256
(base32
- "1p51jlzr6qqqvzx0sq8j7fxqfij62c3pjcsb53vgx0jx0qdqyjba"))))
+ "1z3n5p69qglxq15l9g13cg78kyb0l6v8mbzqgc1fqkfbdk1mis0k"))))
(build-system gnu-build-system)
(arguments '(#:parallel-tests? #f)) ; race condition
(native-inputs