gnu: r-affydata: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-affydata): Update to 1.50.0. Change-Id: I653e146ff884bd72771ed779c4d9d65b03a7fdd9master
parent
aef69bfc03
commit
e9a99d768b
|
@ -2340,13 +2340,13 @@ the form of an @code{exprSet} object.")
|
||||||
(define-public r-affydata
|
(define-public r-affydata
|
||||||
(package
|
(package
|
||||||
(name "r-affydata")
|
(name "r-affydata")
|
||||||
(version "1.44.0")
|
(version "1.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affydata" version 'experiment))
|
(uri (bioconductor-uri "affydata" version 'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d8ims7hks536v739r5hhfkkzyzqrf398aqal3hzyfm0psv15jbp"))))
|
(base32 "1p9gqv8xnakwhf4sani09krlrq6qs4gr8yfjmi8g3s1zq4d32h1k"))))
|
||||||
(properties `((upstream-name . "affydata")))
|
(properties `((upstream-name . "affydata")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue