guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: python-plastid: Update to 1.4.6.


From: Ben Woodcroft
Subject: 09/09: gnu: python-plastid: Update to 1.4.6.
Date: Tue, 27 Sep 2016 10:50:53 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 99caa6f75f8e737cbadab8fdd4148c33946a3028
Author: Ben J Woodcroft <address@hidden>
Date:   Mon Sep 26 14:19:29 2016 +1000

    gnu: python-plastid: Update to 1.4.6.
    
    * gnu/packages/bioinformatics.scm (python-plastid, python2-plastid): Update 
to
    1.4.6.
    [propagated-inputs]: Add python-termcolor.
---
 gnu/packages/bioinformatics.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 078b0a6..ea76f8d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1448,13 +1448,13 @@ UCSC genome browser.")
 (define-public python-plastid
   (package
     (name "python-plastid")
-    (version "0.4.5")
+    (version "0.4.6")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "plastid" version))
               (sha256
                (base32
-                "1nhxw8a5gn9as58i2ih52c5cjwj48ik418pzsjwph3s66mmy9yvq"))))
+                "1sqkz5d3b9kf688mp7k771c87ins42j7j0whmkb49cb3fsg8s8lj"))))
     (properties `((python2-variant . ,(delay python2-plastid))))
     (build-system python-build-system)
     (arguments
@@ -1467,7 +1467,8 @@ UCSC genome browser.")
        ("python-pysam" ,python-pysam)
        ("python-matplotlib" ,python-matplotlib)
        ("python-biopython" ,python-biopython)
-       ("python-twobitreader" ,python-twobitreader)))
+       ("python-twobitreader" ,python-twobitreader)
+       ("python-termcolor" ,python-termcolor)))
     (native-inputs
      `(("python-cython" ,python-cython)
        ("python-nose" ,python-nose)))



reply via email to

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