guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: python-pysam: Update to 0.9.1.4.


From: Ben Woodcroft
Subject: 01/09: gnu: python-pysam: Update to 0.9.1.4.
Date: Tue, 27 Sep 2016 10:50:52 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit fd49eb213f53e6030d94f8b50446b5985952c380
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 16 18:05:15 2016 +0100

    gnu: python-pysam: Update to 0.9.1.4.
    
    * gnu/packages/bioinformatics.scm (python-pysam, python2-pysam): Update
    to 0.9.1.4.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1f11052..0440ed5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1290,13 +1290,13 @@ multiple sequence alignments.")
 (define-public python-pysam
   (package
     (name "python-pysam")
-    (version "0.8.4")
+    (version "0.9.1.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pysam" version))
               (sha256
                (base32
-                "1slx5mb94mzm5qzk52q270sab0sar95j67w1g1k452nz3s9j7krh"))))
+                "1i1djacqbr88y7w18b4aa78zxnsyr4sz7yqdq2spi7gs0y6pzvjn"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; tests are excluded in the manifest



reply via email to

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