gnu: r-rcas: Update to 1.3.4.

* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.4.
This commit is contained in:
Ricardo Wurmus 2017-09-18 11:18:20 +02:00
parent d9c65e5a9c
commit d82937fbe0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8024,7 +8024,7 @@ paired-end data.")
(define-public r-rcas (define-public r-rcas
(package (package
(name "r-rcas") (name "r-rcas")
(version "1.3.3") (version "1.3.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/BIMSBbioinfo/RCAS/archive/v" (uri (string-append "https://github.com/BIMSBbioinfo/RCAS/archive/v"
@ -8032,7 +8032,7 @@ paired-end data.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19mk7vkbngmch54kzcxb52161ljfchhjsaanza8iwv5h98sjj66d")))) "1qgc7vi6fpzl440yg7jhiycg5q336kd4pxqzx10yx2zcq3bq3msg"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr) `(("r-knitr" ,r-knitr)