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.4.2a.


From: Ricardo Wurmus
Subject: 01/01: gnu: star: Update to 2.4.2a.
Date: Tue, 23 Jun 2015 16:37:22 +0000

rekado pushed a commit to branch master
in repository guix.

commit 4758eaaa2d30695dd52399df8701bbce25c45a4a
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 23 18:36:21 2015 +0200

    gnu: star: Update to 2.4.2a.
    
    * gnu/packages/bioinformatics.scm (star): Update to 2.4.2a.
---
 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 6b87e89..e130336 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1885,7 +1885,7 @@ bioinformatics file formats, sequence alignment, and 
more.")
 (define-public star
   (package
     (name "star")
-    (version "2.4.0j")
+    (version "2.4.2a")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1893,7 +1893,7 @@ bioinformatics file formats, sequence alignment, and 
more.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1y3bciych1aw6s7k8sy1saj23dcan9wk4d4f96an499slkxwz712"))
+                "1c3rnm7r5l0kl3d04gl1g7938xqf1c2l0mla87rlplqg1hcns5mc"))
               (modules '((guix build utils)))
               (snippet
                '(substitute* "source/Makefile"



reply via email to

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