summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorThomas Danckaert <post@thomasdanckaert.be>2017-08-24 16:40:56 +0200
committerThomas Danckaert <thomas.danckaert@gmail.com>2017-08-30 09:20:52 +0200
commite0fbf37350e5e993a47e93ddb8631d2fdf769849 (patch)
tree05c1b4d5ce8e58096761a149f5a167d7100cd0d8 /gnu/packages/maths.scm
parentf3f82d1d1f3d6a320ae12c13176c49797fc64dc8 (diff)
downloadguix-patches-e0fbf37350e5e993a47e93ddb8631d2fdf769849.tar
guix-patches-e0fbf37350e5e993a47e93ddb8631d2fdf769849.tar.gz
gnu: coda: Update to 2.18.2.
* gnu/packages/maths.scm (coda): Update to 2.18.2.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1c396a04c1..70c5a775ab 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -149,14 +149,14 @@ interactive dialogs to guide them.")
(define-public coda
(package
(name "coda")
- (version "2.18")
+ (version "2.18.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/stcorp/coda/releases/download/"
version "/coda-" version ".tar.gz"))
(sha256
- (base32 "11asla1ap8vd73farqjlpb179sfiy0biydcwxjfcakrp9sf8v9bs"))
+ (base32 "01fnqcby9jijvf3jxr1fk4bny059lvvq5wbqm7ns60ilykfdnm6a"))
(patches (search-patches "coda-use-system-libs.patch"))
(modules '((guix build utils)))
(snippet