guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: star: Update to 2.5.3a.


From: Ricardo Wurmus
Subject: 01/01: gnu: star: Update to 2.5.3a.
Date: Thu, 23 Mar 2017 06:21:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 939b6b113bcd94c80fe50acdd634a2c0338b343c
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 23 11:20:13 2017 +0100

    gnu: star: Update to 2.5.3a.
    
    * gnu/packages/bioinformatics.scm (star): Update to 2.5.3a.
---
 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 97380fc..232c7db 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5051,7 +5051,7 @@ application of SortMeRNA is filtering rRNA from 
metatranscriptomic data.")
 (define-public star
   (package
     (name "star")
-    (version "2.5.2b")
+    (version "2.5.3a")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/alexdobin/STAR/archive/";
@@ -5059,7 +5059,7 @@ application of SortMeRNA is filtering rRNA from 
metatranscriptomic data.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1na6np880r1zaamiy00hy8bid5anpy0kgf63587v2yl080krk2zq"))
+                "013wirlz8lllgjyagl48l75n1isxyabqb3sj7qlsl0x1rmvqw99a"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]