diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-16 13:59:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-16 13:59:20 +0100 |
commit | bc6bf142d333f05cfb214295db0756d7e3ad0d67 (patch) | |
tree | 6fdb6c5e4f41ea0d78cc7ba4dc4e5d41dd96b525 /gnu/packages | |
parent | 85f0958693588191852b3f3c04c413fc089b0c81 (diff) | |
download | patches-bc6bf142d333f05cfb214295db0756d7e3ad0d67.tar patches-bc6bf142d333f05cfb214295db0756d7e3ad0d67.tar.gz |
gnu: star: Update to 2.7.3a.
* gnu/packages/bioinformatics.scm (star): Update to 2.7.3a.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4dedee6223..9044ebca8d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6322,16 +6322,16 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.") (define-public star (package (name "star") - (version "2.7.1a") + (version "2.7.3a") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/alexdobin/STAR.git") (commit version))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 - "0n6g4s4hgw7qygs1z97j7a2dgz8gfaa4cv5pjvvvmarvk0x07hyg")) + "1hgiqw5qhs0pc1xazzihcfd92na02xyq2kb469z04y1v51kpvvjq")) (modules '((guix build utils))) (snippet '(begin |