Skip to content
Snippets Groups Projects
Commit a98c6ecc authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: orfm: Update to 0.4.1.

* gnu/packages/bioinformatics.scm (orfm): Update to 0.4.1.
parent 2f6b3d2e
No related branches found
No related tags found
No related merge requests found
...@@ -1104,7 +1104,7 @@ (define-public miso ...@@ -1104,7 +1104,7 @@ (define-public miso
(define-public orfm (define-public orfm
(package (package
(name "orfm") (name "orfm")
(version "0.3.2") (version "0.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -1112,7 +1112,7 @@ (define-public orfm ...@@ -1112,7 +1112,7 @@ (define-public orfm
version "/orfm-" version ".tar.gz")) version "/orfm-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"00jqvlspj9662ni9r4n1snxfnwkzc02i46g5nk1kwjshi6v3vgg3")))) "05fmw145snk646ly076zby0fjav0k7ysbclck5d4s9pmgcfpijc2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("zlib" ,zlib))) (inputs `(("zlib" ,zlib)))
(synopsis "Simple and not slow open reading frame (ORF) caller") (synopsis "Simple and not slow open reading frame (ORF) caller")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment