gnu: r-affyplm: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-affyplm): Update to 1.76.0.master
parent
f862832e36
commit
78b3727b60
|
@ -2376,13 +2376,13 @@ limma packages.")
|
||||||
(define-public r-affyplm
|
(define-public r-affyplm
|
||||||
(package
|
(package
|
||||||
(name "r-affyplm")
|
(name "r-affyplm")
|
||||||
(version "1.74.2")
|
(version "1.76.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affyPLM" version))
|
(uri (bioconductor-uri "affyPLM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f0faxjzlg0znhjfvf1490yc54npkx659jx76cddm5hk7q0blv3v"))))
|
(base32 "0lb8xqq1iqxkn8jnavp1cprws4sxs5bqgby7fzk9m6c9d1jv3v36"))))
|
||||||
(properties `((upstream-name . "affyPLM")))
|
(properties `((upstream-name . "affyPLM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
|
Reference in New Issue