[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: orfm: Update to 0.4.1.
From: |
Ricardo Wurmus |
Subject: |
04/05: gnu: orfm: Update to 0.4.1. |
Date: |
Mon, 15 Jun 2015 08:36:51 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit a98c6eccf8e50a2ec4a26271e1db86f4411cd576
Author: Ricardo Wurmus <address@hidden>
Date: Fri Jun 12 15:08:21 2015 +0200
gnu: orfm: Update to 0.4.1.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.4.1.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7175ecf..0d8a6d5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1104,7 +1104,7 @@ that a read originated from a particular isoform.")
(define-public orfm
(package
(name "orfm")
- (version "0.3.2")
+ (version "0.4.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1112,7 +1112,7 @@ that a read originated from a particular isoform.")
version "/orfm-" version ".tar.gz"))
(sha256
(base32
- "00jqvlspj9662ni9r4n1snxfnwkzc02i46g5nk1kwjshi6v3vgg3"))))
+ "05fmw145snk646ly076zby0fjav0k7ysbclck5d4s9pmgcfpijc2"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(synopsis "Simple and not slow open reading frame (ORF) caller")