gnu: coda: Update to 2.18.2.
* gnu/packages/maths.scm (coda): Update to 2.18.2.
This commit is contained in:
parent
f3f82d1d1f
commit
e0fbf37350
|
@ -149,14 +149,14 @@ interactive dialogs to guide them.")
|
||||||
(define-public coda
|
(define-public coda
|
||||||
(package
|
(package
|
||||||
(name "coda")
|
(name "coda")
|
||||||
(version "2.18")
|
(version "2.18.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/stcorp/coda/releases/download/"
|
(uri (string-append "https://github.com/stcorp/coda/releases/download/"
|
||||||
version "/coda-" version ".tar.gz"))
|
version "/coda-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11asla1ap8vd73farqjlpb179sfiy0biydcwxjfcakrp9sf8v9bs"))
|
(base32 "01fnqcby9jijvf3jxr1fk4bny059lvvq5wbqm7ns60ilykfdnm6a"))
|
||||||
(patches (search-patches "coda-use-system-libs.patch"))
|
(patches (search-patches "coda-use-system-libs.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in New Issue