gnu: gama: Update to 2.09.
* gnu/packages/gps.scm (gama): Update to 2.09.
This commit is contained in:
parent
78d473aaf9
commit
ade0f8ea0c
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ (define-public gpscorrelate
|
|||
(define-public gama
|
||||
(package
|
||||
(name "gama")
|
||||
(version "2.08")
|
||||
(version "2.09")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -162,7 +162,7 @@ (define-public gama
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fic6a3a83hgj3gj85bin3wd6ghgi2qg76d6jfwckamab0hlv7wx"))))
|
||||
"0c1b28frl6109arj09v4zr1xs859krn8871mkvis517g5pb55dc9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:parallel-tests? #f)) ; race condition
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue