[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: star: Update to 2.7.1a.
From: |
guix-commits |
Subject: |
01/02: gnu: star: Update to 2.7.1a. |
Date: |
Thu, 16 May 2019 07:46:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a4ff3255d46ea7ef4be44367de27d6978776d0fe
Author: Ricardo Wurmus <address@hidden>
Date: Thu May 16 13:41:32 2019 +0200
gnu: star: Update to 2.7.1a.
* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a.
---
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 93418bf..37f2001 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6261,7 +6261,7 @@ application of SortMeRNA is filtering rRNA from
metatranscriptomic data.")
(define-public star
(package
(name "star")
- (version "2.7.0b")
+ (version "2.7.1a")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6270,7 +6270,7 @@ application of SortMeRNA is filtering rRNA from
metatranscriptomic data.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1lih6cbpvnvhyvvswdhy06mwyzvwax96m723378v4z6psqzsh11d"))
+ "0n6g4s4hgw7qygs1z97j7a2dgz8gfaa4cv5pjvvvmarvk0x07hyg"))
(modules '((guix build utils)))
(snippet
'(begin