mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-affycomp: Update to 1.84.0.
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.84.0. Change-Id: I03fdb9bc8898df4a752a0e7d6925b3387578a2bc
This commit is contained in:
parent
f3a8a6ff1a
commit
dbc3e1e423
1 changed files with 2 additions and 2 deletions
|
@ -7989,14 +7989,14 @@ analysis.")
|
|||
(define-public r-affycomp
|
||||
(package
|
||||
(name "r-affycomp")
|
||||
(version "1.82.0")
|
||||
(version "1.84.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affycomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10z63g0vj8c7gnzqi3dpx543idyp2fa6majs2ydv41jah6s10zs2"))))
|
||||
"10xcsbiwbkhyfxjp4xkxi6fbrj10m1v2isl2m5frcqcffjw2ss41"))))
|
||||
(properties `((upstream-name . "affycomp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue