gnu: r-rcas: Update to 1.3.3.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.3.
This commit is contained in:
parent
7d099cbe13
commit
eda8f36cd6
|
@ -8002,7 +8002,7 @@ paired-end data.")
|
||||||
(define-public r-rcas
|
(define-public r-rcas
|
||||||
(package
|
(package
|
||||||
(name "r-rcas")
|
(name "r-rcas")
|
||||||
(version "1.1.1")
|
(version "1.3.3")
|
||||||
(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"
|
||||||
|
@ -8010,7 +8010,7 @@ paired-end data.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hd0r66556bxbdd82ksjklq7nfli36l4k6y88ic7kkg9873wa1nw"))))
|
"19mk7vkbngmch54kzcxb52161ljfchhjsaanza8iwv5h98sjj66d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)
|
`(("r-knitr" ,r-knitr)
|
||||||
|
|
Loading…
Reference in New Issue