gnu: r-rcas: Update to 1.3.3.

* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.3.
master
Ricardo Wurmus 2017-09-01 08:51:47 +02:00
parent 7d099cbe13
commit eda8f36cd6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)