diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-16 13:41:32 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-16 13:45:23 +0200 |
| commit | a4ff3255d46ea7ef4be44367de27d6978776d0fe (patch) | |
| tree | d30bfa4049ae075f2fd02f410aa9e37faee6c694 | |
| parent | 3e9c80b27ae04e07e8a8cf2f2b1118b6dba926d4 (diff) | |
gnu: star: Update to 2.7.1a.
* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a.
| -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 93418bf705e..37f2001ea3f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -6261,7 +6261,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.") | |||
| 6261 | (define-public star | 6261 | (define-public star |
| 6262 | (package | 6262 | (package |
| 6263 | (name "star") | 6263 | (name "star") |
| 6264 | (version "2.7.0b") | 6264 | (version "2.7.1a") |
| 6265 | (source (origin | 6265 | (source (origin |
| 6266 | (method git-fetch) | 6266 | (method git-fetch) |
| 6267 | (uri (git-reference | 6267 | (uri (git-reference |
| @@ -6270,7 +6270,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.") | |||
| 6270 | (file-name (string-append name "-" version "-checkout")) | 6270 | (file-name (string-append name "-" version "-checkout")) |
| 6271 | (sha256 | 6271 | (sha256 |
| 6272 | (base32 | 6272 | (base32 |
| 6273 | "1lih6cbpvnvhyvvswdhy06mwyzvwax96m723378v4z6psqzsh11d")) | 6273 | "0n6g4s4hgw7qygs1z97j7a2dgz8gfaa4cv5pjvvvmarvk0x07hyg")) |
| 6274 | (modules '((guix build utils))) | 6274 | (modules '((guix build utils))) |
| 6275 | (snippet | 6275 | (snippet |
| 6276 | '(begin | 6276 | '(begin |
