guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: coda: Update to 2.18.2.


From: Thomas Danckaert
Subject: 06/07: gnu: coda: Update to 2.18.2.
Date: Wed, 30 Aug 2017 03:21:31 -0400 (EDT)

thomasd pushed a commit to branch master
in repository guix.

commit e0fbf37350e5e993a47e93ddb8631d2fdf769849
Author: Thomas Danckaert <address@hidden>
Date:   Thu Aug 24 16:40:56 2017 +0200

    gnu: coda: Update to 2.18.2.
    
    * gnu/packages/maths.scm (coda): Update to 2.18.2.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1c396a0..70c5a77 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]