guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: python-pysam: Update to 0.8.4.


From: Ricardo Wurmus
Subject: 02/06: gnu: python-pysam: Update to 0.8.4.
Date: Thu, 03 Mar 2016 12:49:47 +0000

rekado pushed a commit to branch master
in repository guix.

commit d454640c3835f0d29a4065eac3611ab475d1c190
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 29 14:36:25 2016 +0100

    gnu: python-pysam: Update to 0.8.4.
    
    * gnu/packages/bioinformatics.scm (python-pysam): Update to 0.8.4.
---
 gnu/packages/bioinformatics.scm |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 45ab9aa..c797f5f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -841,15 +841,13 @@ multiple sequence alignments.")
 (define-public python-pysam
   (package
     (name "python-pysam")
-    (version "0.8.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append 
"https://pypi.python.org/packages/source/p/pysam/pysam-";
-                           version ".tar.gz"))
-       (sha256
-        (base32
-         "1fb6i6hbpzxaxb62kyyp5alaidwhj40f7c6gwbhr6njzlqd5l459"))))
+    (version "0.8.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pysam" version))
+              (sha256
+               (base32
+                "1slx5mb94mzm5qzk52q270sab0sar95j67w1g1k452nz3s9j7krh"))))
     (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]