gnu: r-affycompatible: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-affycompatible): Update to 1.58.0.master
parent
7034dcc2d6
commit
ceb39bfb39
|
@ -4111,14 +4111,14 @@ measures for Affymetrix Oligonucleotide Arrays.")
|
||||||
(define-public r-affycompatible
|
(define-public r-affycompatible
|
||||||
(package
|
(package
|
||||||
(name "r-affycompatible")
|
(name "r-affycompatible")
|
||||||
(version "1.56.0")
|
(version "1.58.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AffyCompatible" version))
|
(uri (bioconductor-uri "AffyCompatible" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x3lj1jgqq67389rzfklah5p878ns9b4fpdpz455m2gq9sk7qsda"))))
|
"1bg7iqasvfsgd9x3ykgpblqnz1q06g3ifmzj4jf2kn8kxj63wfbl"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AffyCompatible")))
|
`((upstream-name . "AffyCompatible")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue