guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pysam: Update to 0.13.0.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: python-pysam: Update to 0.13.0.
Date: Mon, 1 Jan 2018 20:14:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 685651845677d1a79ac037cf685e3dd00991999a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 1 22:43:37 2018 +0000

    gnu: python-pysam: Update to 0.13.0.
    
    * gnu/packages/bioinformatics.scm (python-pysam): Update to 0.13.0.
---
 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 0239847..78eb294 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1439,7 +1439,7 @@ multiple sequence alignments.")
 (define-public python-pysam
   (package
     (name "python-pysam")
-    (version "0.11.2.2")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               ;; Test data is missing on PyPi.
@@ -1449,7 +1449,7 @@ multiple sequence alignments.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1cfqdxsqs3xhacns9n0271ck6wkc76px66ddjm91wfw2jxxfklvc"))
+                "0dzap2axin9cbbl0d825w294bpn00zagfm1sigamm4v2pm5bj9lp"))
               (modules '((guix build utils)))
               (snippet
                ;; Drop bundled htslib. TODO: Also remove samtools and bcftools.



reply via email to

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