diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-30 15:43:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-30 15:44:47 +0100 |
commit | ba123b6dda3afb84c457f9e68c20eeff61e2c740 (patch) | |
tree | 1c06b9593cb58503bdb841f2ee95fe988a79f098 | |
parent | 24886c13892551f164aef20375939fc4e85942ab (diff) |
gnu: star: Update to 2.7.0a.
* gnu/packages/bioinformatics.scm (star): Update to 2.7.0a.
-rw-r--r-- | 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 23225d7c88..23eba74175 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6020,7 +6020,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.") (define-public star (package (name "star") - (version "2.6.0c") + (version "2.7.0a") (source (origin (method git-fetch) (uri (git-reference @@ -6029,7 +6029,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "04cj6jw8d9q6lk9c78wa4fky6jdlicf1d13plq7182h8vqiz8p59")) + "1yx28gra6gqdx1ps5y8mpdinsn8r0dhsc2m3gcvjfrk71i9yhd6l")) (modules '((guix build utils))) (snippet '(begin |