[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: star: Update to 2.5.2a.
From: |
Ben Woodcroft |
Subject: |
02/02: gnu: star: Update to 2.5.2a. |
Date: |
Wed, 29 Jun 2016 00:14:38 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 3bce0f14b2deca678c5339cb41422dd4e4b465fa
Author: Ben Woodcroft <address@hidden>
Date: Wed Jun 29 10:13:22 2016 +1000
gnu: star: Update to 2.5.2a.
* gnu/packages/bioinformatics.scm (star): Update to 2.5.2a.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c1cc1c7..b2e4756 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3791,7 +3791,7 @@ application of SortMeRNA is filtering rRNA from
metatranscriptomic data.")
(define-public star
(package
(name "star")
- (version "2.5.1b")
+ (version "2.5.2a")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/alexdobin/STAR/archive/"
@@ -3799,7 +3799,7 @@ application of SortMeRNA is filtering rRNA from
metatranscriptomic data.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0wzcfhkg10apnh0y73xlarfa79xxwxdizicbdl11wb48awk44iq4"))
+ "0xjlsm4p9flln111hv4xx7xy94c2nl53zvdvbk9winmiradjsdra"))
(modules '((guix build utils)))
(snippet
'(begin