gnu: r-affycontam: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-affycontam): Update to 1.62.0. Change-Id: Ia2688e906b16b11d96925beded22d47cbb3f67c0
This commit is contained in:
parent
fdd6664fb1
commit
b563dc47fd
1 changed files with 2 additions and 2 deletions
|
@ -6654,14 +6654,14 @@ Command Console} (AGCC)-compatible sample annotation files.")
|
||||||
(define-public r-affycontam
|
(define-public r-affycontam
|
||||||
(package
|
(package
|
||||||
(name "r-affycontam")
|
(name "r-affycontam")
|
||||||
(version "1.60.0")
|
(version "1.62.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affyContam" version))
|
(uri (bioconductor-uri "affyContam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jxp4qacclfl07ig8dfwy5gpnsqrfqnjbci1a7znc7acqg0kv0zv"))))
|
"0r4pqda9pv60b867c6yi328687kyxjglk5jmcal6xnlr75nf4w0y"))))
|
||||||
(properties `((upstream-name . "affyContam")))
|
(properties `((upstream-name . "affyContam")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue