gnu: r-affydata: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-affydata): Update to 1.44.0.
This commit is contained in:
parent
e06ee7a745
commit
c56b553e97
1 changed files with 2 additions and 3 deletions
|
@ -1438,14 +1438,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.32.0")
|
(version "1.44.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
|
(base32 "1d8ims7hks536v739r5hhfkkzyzqrf398aqal3hzyfm0psv15jbp"))))
|
||||||
"1l9qhmjqgbrdl9cmd74rlnvmvr6mslbmckb83n0211whp2i0b7h5"))))
|
|
||||||
(properties `((upstream-name . "affydata")))
|
(properties `((upstream-name . "affydata")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue