diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-08-12 19:02:34 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-08-13 22:18:09 -0400 |
commit | 9285f8bbae9d71139873430c71b7ca7634bda31b (patch) | |
tree | 241aa00d3e4c2539dcdcc7c30fe1096e4584a6cd /gnu | |
parent | 4ae0607dd88cfb36a56fa27d0e04f6e6228058e8 (diff) | |
download | guix-9285f8bbae9d71139873430c71b7ca7634bda31b.tar guix-9285f8bbae9d71139873430c71b7ca7634bda31b.tar.gz |
gnu: coda: Update to 2.19.
* gnu/packages/maths.scm (coda): Update to 2.19.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f07c83dc0d..2608756da7 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -167,14 +167,14 @@ interactive dialogs to guide them.") (define-public coda (package (name "coda") - (version "2.18.3") + (version "2.19") (source (origin (method url-fetch) (uri (string-append "https://github.com/stcorp/coda/releases/download/" version "/coda-" version ".tar.gz")) (sha256 - (base32 "1zlzgcvwmmjm8mw8w4rg2rqy0pjilz7kyyxm0y4p8cbljbbjxxz0")) + (base32 "1fbxd2afm7dshd92p10yy8dwbr9gc1h1fmnnnmr7d0c5lnw80245")) (patches (search-patches "coda-use-system-libs.patch")) (modules '((guix build utils))) (snippet |