mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-affycomp: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.80.0. Change-Id: I544133d53f46e156cd0483c27a88c56f31be4af4
This commit is contained in:
parent
65e26fef18
commit
fdd6664fb1
1 changed files with 2 additions and 2 deletions
|
@ -6588,14 +6588,14 @@ (define-public r-affy
|
|||
(define-public r-affycomp
|
||||
(package
|
||||
(name "r-affycomp")
|
||||
(version "1.78.0")
|
||||
(version "1.80.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affycomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0818mgwny9hznw7lawrvmk11nwy0wxgjnlkf083vv3js4aq31gfp"))))
|
||||
"02n2v1iwkhmilv1bjfza2yrqj7rsr8v46bghajcb8wdyyaj759ib"))))
|
||||
(properties `((upstream-name . "affycomp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase))
|
||||
|
|
Loading…
Reference in a new issue