~ruther/guix-local

7bba95b769e25cd9d1854029a1557d4f97c84235 — Ben Woodcroft 9 years ago 4b1a152
gnu: seqmagick: Use BioPython 1.66.

* gnu/packages/bioinformatics.scm (seqmagick)[inputs]: Use
python2-biopython-1.66 instead of python2-biopython.
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +5 -1
@@ 4593,7 4593,11 @@ bioinformatics file formats, sequence alignment, and more.")
         ;; https://github.com/fhcrc/seqmagick/issues/55
         (replace 'check (lambda _ (zero? (system* "nosetests")))))))
    (inputs
     `(("python-biopython" ,python2-biopython)))
     ;; biopython-1.66 is required due to
     ;; https://github.com/fhcrc/seqmagick/issues/59
     ;; When that issue is resolved the 'python2-biopython-1.66' package
     ;; should be removed.
     `(("python-biopython" ,python2-biopython-1.66)))
    (native-inputs
     `(("python-setuptools" ,python2-setuptools)
       ("python-nose" ,python2-nose)))