diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-09-01 08:51:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-09-01 10:26:30 +0200 |
commit | eda8f36cd6be051b5c999ef92c01d872e5e9b96a (patch) | |
tree | c2ad039bb12662550f965a5634676701f311950c | |
parent | 7d099cbe137a4d9af18957e4ae4d11ad3e888260 (diff) | |
download | guix-eda8f36cd6be051b5c999ef92c01d872e5e9b96a.tar guix-eda8f36cd6be051b5c999ef92c01d872e5e9b96a.tar.gz |
gnu: r-rcas: Update to 1.3.3.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.3.
-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 f785dec9e1..eb1d458593 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8002,7 +8002,7 @@ paired-end data.") (define-public r-rcas (package (name "r-rcas") - (version "1.1.1") + (version "1.3.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/RCAS/archive/v" @@ -8010,7 +8010,7 @@ paired-end data.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1hd0r66556bxbdd82ksjklq7nfli36l4k6y88ic7kkg9873wa1nw")))) + "19mk7vkbngmch54kzcxb52161ljfchhjsaanza8iwv5h98sjj66d")))) (build-system r-build-system) (native-inputs `(("r-knitr" ,r-knitr) |