Archived
1
0
Fork 0

gnu: seqmagick: Update to 0.8.0.

* gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.0.
This commit is contained in:
Andreas Enge 2020-09-05 22:32:33 +02:00
parent 01d5eec92d
commit 44f93ed6ed
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6357,14 +6357,14 @@ bioinformatics file formats, sequence alignment, and more.")
(define-public seqmagick (define-public seqmagick
(package (package
(name "seqmagick") (name "seqmagick")
(version "0.7.0") (version "0.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "seqmagick" version)) (uri (pypi-uri "seqmagick" version))
(sha256 (sha256
(base32 (base32
"12bfyp8nqi0hd36rmj450aygafp01qy3hkbvlwn3bk39pyjjkgg5")))) "0pf98da7i59q47gwrbx0wjk6xlvbybiwphw80w7h4ydjj0579a2b"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-biopython" ,python-biopython))) `(("python-biopython" ,python-biopython)))