gnu: r-affycontam: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-affycontam): Update to 1.58.0.
This commit is contained in:
parent
b121b78bda
commit
a7485d9850
1 changed files with 2 additions and 2 deletions
|
@ -5413,14 +5413,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.56.0")
|
(version "1.58.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
|
||||||
"0phf9rvxr45zq9m5rcjsiixmj9ilz518l628l8cd1hzfdk240ffy"))))
|
"07a6kd51rlj433yxmyd2j8nl8qn1hw8wv3mk270dp8xxlk613y3p"))))
|
||||||
(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