guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: star: Update to 2.7.8a.


From: guix-commits
Subject: branch master updated: gnu: star: Update to 2.7.8a.
Date: Mon, 22 Feb 2021 15:17:35 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f1f6e49  gnu: star: Update to 2.7.8a.
f1f6e49 is described below

commit f1f6e49190a11f926af3bef0d45541cabf47c742
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 22 16:37:29 2021 +0100

    gnu: star: Update to 2.7.8a.
    
    * gnu/packages/bioinformatics.scm (star): Update to 2.7.8a.
---
 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 c8ddf8e..3890bbc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6804,7 +6804,7 @@ application of SortMeRNA is filtering rRNA from 
metatranscriptomic data.")
 (define-public star
   (package
     (name "star")
-    (version "2.7.3a")
+    (version "2.7.8a")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6813,7 +6813,7 @@ application of SortMeRNA is filtering rRNA from 
metatranscriptomic data.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hgiqw5qhs0pc1xazzihcfd92na02xyq2kb469z04y1v51kpvvjq"))
+                "0zc5biymja9zml9yizcj1h68fq9c6sxfcav8a0lbgvgsm44rvans"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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