diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-27 04:12:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-27 04:47:18 +0200 |
commit | b2d286545da7a8c5364cd8fb307b80a9c08c1060 (patch) | |
tree | a5896083be211329c85e3e6d2d5a66458e974fe3 | |
parent | b106b78cf8749c7077e01166a92b76c22ddd57a4 (diff) | |
download | patches-b2d286545da7a8c5364cd8fb307b80a9c08c1060.tar patches-b2d286545da7a8c5364cd8fb307b80a9c08c1060.tar.gz |
gnu: gama: Update to 2.01.
* gnu/packages/gps.scm (gama): Update to 2.01.
-rw-r--r-- | gnu/packages/gps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index cd639a4d39..0709a58610 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 |