guix-patches
[Top][All Lists]
Advanced

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

bug#25889: [PATCH] gnu: coda: Update to 2.18.


From: Thomas Danckaert
Subject: bug#25889: [PATCH] gnu: coda: Update to 2.18.
Date: Mon, 27 Feb 2017 11:44:44 +0100 (CET)

>From 1887324a2b95d423ed12064abd9b0f292bf8ac58 Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <address@hidden>
Date: Mon, 27 Feb 2017 11:18:35 +0100
Subject: [PATCH] gnu: coda: Update to 2.18.

* gnu/packages/python.scm (coda): Update to 2.18.
---
 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 18536c43e..e9b6ac402 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
-- 
2.11.1






reply via email to

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