diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 05:37:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:39:01 +0200 |
commit | 65cbfa7ebf25a9b1c5c1b5f6008d828b78e0fd30 (patch) | |
tree | da34567a9a90f9a92f63d4e92cdcf9d6b3d43294 /gnu/packages/gps.scm | |
parent | f560acf8d9d86002f38ef69c39bd45dde24f0220 (diff) | |
download | guix-65cbfa7ebf25a9b1c5c1b5f6008d828b78e0fd30.tar guix-65cbfa7ebf25a9b1c5c1b5f6008d828b78e0fd30.tar.gz |
gnu: gama: Update to 1.22.
* gnu/packages/gps.scm (gama): Update to 1.22.
Diffstat (limited to 'gnu/packages/gps.scm')
-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 e07c9f4acb..e913c25904 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 "1.21") + (version "1.22") (source (origin (method url-fetch) @@ -155,7 +155,7 @@ between two other data points.") version ".tar.gz")) (sha256 (base32 - "0yy8czw5dldbw1qj5v2h2wfh397bfx5wd3lrrgs8m1qdf1njnhcq")))) + "01q3g2zi5d5r2l10hc8jwwz6w61dwkv7nyj9xd67vvq0gajw0a7r")))) (build-system gnu-build-system) (arguments '(#:parallel-tests? #f)) ; race condition (native-inputs |