mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-affycomp: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.72.0.
This commit is contained in:
parent
429e687e69
commit
45a6d9c0f4
1 changed files with 2 additions and 2 deletions
|
@ -2657,14 +2657,14 @@ (define-public r-affy
|
|||
(define-public r-affycomp
|
||||
(package
|
||||
(name "r-affycomp")
|
||||
(version "1.70.0")
|
||||
(version "1.72.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affycomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kawlfff82ikrbrfyyy38zm5wj5xdri2ii9wgwilnq50z5qc6r21"))))
|
||||
"0aq5p56sqpvba0yhgd75302s9bazchh1izgymng6cpb78y5wfpj0"))))
|
||||
(properties `((upstream-name . "affycomp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase))
|
||||
|
|
Loading…
Reference in a new issue