gnu: r-abseqr: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.8.0.master
parent
68efaafe32
commit
8816139e84
|
@ -4190,19 +4190,18 @@ Affymetrix arrays.")
|
||||||
(define-public r-abseqr
|
(define-public r-abseqr
|
||||||
(package
|
(package
|
||||||
(name "r-abseqr")
|
(name "r-abseqr")
|
||||||
(version "1.6.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "abseqR" version))
|
(uri (bioconductor-uri "abseqR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pzyfn0jv41rja6l4jbgwgsqy0q1d3kz23m9m6pc67p2a231i9c5"))))
|
"0lh7kcsp3yb3s8s8j6w9k1by8i16q7r2a49z8y1xjmkcb2klsi3f"))))
|
||||||
(properties `((upstream-name . "abseqR")))
|
(properties `((upstream-name . "abseqR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("pandoc" ,pandoc)
|
`(("pandoc" ,pandoc)))
|
||||||
("pandoc-citeproc" ,pandoc-citeproc)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocparallel" ,r-biocparallel)
|
`(("r-biocparallel" ,r-biocparallel)
|
||||||
("r-biocstyle" ,r-biocstyle)
|
("r-biocstyle" ,r-biocstyle)
|
||||||
|
|
Reference in New Issue