gnu: r-affycoretools: Update to 1.58.2.
* gnu/packages/bioconductor.scm (r-affycoretools): Update to 1.58.2.
This commit is contained in:
parent
f561421d04
commit
1693534f76
1 changed files with 2 additions and 2 deletions
|
@ -997,14 +997,14 @@ problems in CEL-level data to help evaluate performance of quality metrics.")
|
||||||
(define-public r-affycoretools
|
(define-public r-affycoretools
|
||||||
(package
|
(package
|
||||||
(name "r-affycoretools")
|
(name "r-affycoretools")
|
||||||
(version "1.56.0")
|
(version "1.58.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affycoretools" version))
|
(uri (bioconductor-uri "affycoretools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17dxpzhwwdwnxkdpmyjwdnacg41hw60mlc71w4nzlvs28sfsy09s"))))
|
"0cgy9phwdk4x9lr11xh6zs7v8r5xq959fmsmzwrpnd50dr7hzkvd"))))
|
||||||
(properties `((upstream-name . "affycoretools")))
|
(properties `((upstream-name . "affycoretools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue