mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-affycontam: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-affycontam): Update to 1.52.0.
This commit is contained in:
parent
71f58a16ae
commit
21b5db3f1e
1 changed files with 2 additions and 2 deletions
|
@ -1880,14 +1880,14 @@ (define-public r-affycompatible
|
||||||
(define-public r-affycontam
|
(define-public r-affycontam
|
||||||
(package
|
(package
|
||||||
(name "r-affycontam")
|
(name "r-affycontam")
|
||||||
(version "1.50.0")
|
(version "1.52.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
|
||||||
"0242ga68wrdk1kcmxfdbq73a0d3zhrzdlzkzphfg3q0zjbvg49jj"))))
|
"1vw3nxg9jvlw0zg9h70w2ww8l42qpyvgf12hsla9hyyfhj3m6i9f"))))
|
||||||
(properties `((upstream-name . "affyContam")))
|
(properties `((upstream-name . "affyContam")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue