mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: r-affycontam: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-affycontam): Update to 1.60.0. Change-Id: I65ab9049c889217eea1c18c2b9fc43eb090c192a
This commit is contained in:
parent
dde158c631
commit
c849ee92f6
1 changed files with 2 additions and 2 deletions
|
@ -6023,14 +6023,14 @@ (define-public r-affycompatible
|
|||
(define-public r-affycontam
|
||||
(package
|
||||
(name "r-affycontam")
|
||||
(version "1.58.0")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affyContam" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07a6kd51rlj433yxmyd2j8nl8qn1hw8wv3mk270dp8xxlk613y3p"))))
|
||||
"1jxp4qacclfl07ig8dfwy5gpnsqrfqnjbci1a7znc7acqg0kv0zv"))))
|
||||
(properties `((upstream-name . "affyContam")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue