guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: star: Update to 2.6.0c.


From: Ricardo Wurmus
Subject: 06/06: gnu: star: Update to 2.6.0c.
Date: Thu, 7 Jun 2018 05:10:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6d095c4cabfe03520ca32545632a538da9c8d6da
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 7 10:47:35 2018 +0200

    gnu: star: Update to 2.6.0c.
    
    * gnu/packages/bioinformatics.scm (star): Update to 2.6.0c.
    [source]: Fetch from git.
---
 gnu/packages/bioinformatics.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3628d62..828e965 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5826,15 +5826,16 @@ application of SortMeRNA is filtering rRNA from 
metatranscriptomic data.")
 (define-public star
   (package
     (name "star")
-    (version "2.6.0a")
+    (version "2.6.0c")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/alexdobin/STAR/archive/";
-                                  version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/alexdobin/STAR.git";)
+                    (commit version)))
+              (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0yci4ymy4407kjh0lqp021nzccp6r31wgrkixkmix5p130cxvc56"))
+                "04cj6jw8d9q6lk9c78wa4fky6jdlicf1d13plq7182h8vqiz8p59"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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