gnu: r-abseqr: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.2.0.
This commit is contained in:
parent
1aadddeaa9
commit
b7ddf0f048
|
@ -3217,14 +3217,14 @@ Affymetrix arrays.")
|
||||||
(define-public r-abseqr
|
(define-public r-abseqr
|
||||||
(package
|
(package
|
||||||
(name "r-abseqr")
|
(name "r-abseqr")
|
||||||
(version "1.0.0")
|
(version "1.2.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
|
||||||
"0w0ngxnilcrxlixsz7ls3zm99gyabxwn7w1r3r45n96d4aj075ry"))))
|
"0cbjm7cxjfrkwqhcrrh93w0zf3skmi2p9hyx7acg0ym5fz0ic51r"))))
|
||||||
(properties `((upstream-name . "abseqR")))
|
(properties `((upstream-name . "abseqR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue