guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: coda: Update to 2.18.


From: Marius Bakke
Subject: 01/02: gnu: coda: Update to 2.18.
Date: Mon, 27 Feb 2017 08:56:07 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit cbfbcb2105770b616aa7a347019f5e6abfbc1196
Author: Thomas Danckaert <address@hidden>
Date:   Mon Feb 27 11:18:35 2017 +0100

    gnu: coda: Update to 2.18.
    
    * gnu/packages/python.scm (coda): Update to 2.18.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 18536c4..e9b6ac4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -142,14 +142,14 @@ interactive dialogs to guide them.")
 (define-public coda
   (package
     (name "coda")
-    (version "2.17.3")
+    (version "2.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/stcorp/coda/releases/download/";
                            version "/coda-" version ".tar.gz"))
        (sha256
-        (base32 "04b9l3wzcix0mnfq77mwnil6cbr8h2mki8myvy0lzn236qcwaq1h"))
+        (base32 "11asla1ap8vd73farqjlpb179sfiy0biydcwxjfcakrp9sf8v9bs"))
        (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]