gnu: orfm: Update to 0.7.0.

* gnu/packages/bioinformatics.scm (orfm): Update to 0.7.0.
This commit is contained in:
Ben Woodcroft 2017-06-23 22:22:30 +10:00
parent 4b34d603ef
commit ab8d728144
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -3696,7 +3696,7 @@ trimming, pruning, condensing, drawing (ASCII graphics or SVG).")
(define-public orfm
(package
(name "orfm")
(version "0.6.1")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3704,7 +3704,7 @@ trimming, pruning, condensing, drawing (ASCII graphics or SVG).")
version "/orfm-" version ".tar.gz"))
(sha256
(base32
"19hwp13n82isdvk16710l9m35cmzf0q3fsrcn3r8c5r67biiz39s"))))
"1przyfszdmys1s5igssa840hv55lsrxd40i2d0msfp5fgjw3k3n4"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(native-inputs