mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-affycontam: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-affycontam): Update to 1.54.0.
This commit is contained in:
parent
83f8f3ae08
commit
d4af958ae8
1 changed files with 2 additions and 2 deletions
|
@ -2704,14 +2704,14 @@ (define-public r-affycompatible
|
|||
(define-public r-affycontam
|
||||
(package
|
||||
(name "r-affycontam")
|
||||
(version "1.52.0")
|
||||
(version "1.54.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affyContam" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vw3nxg9jvlw0zg9h70w2ww8l42qpyvgf12hsla9hyyfhj3m6i9f"))))
|
||||
"1pyd4rj6pp139kvhh97whi4afvx029w5lglr4mnscw7m3f618v0p"))))
|
||||
(properties `((upstream-name . "affyContam")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue