mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-affycoretools: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-affycoretools): Update to 1.74.0. Change-Id: I4197d73e62477bb64182181229c8a33f3048406a
This commit is contained in:
parent
93597fc39c
commit
9013d47d5e
1 changed files with 3 additions and 3 deletions
|
@ -6197,14 +6197,14 @@ problems in CEL-level data to help evaluate performance of quality metrics.")
|
||||||
(define-public r-affycoretools
|
(define-public r-affycoretools
|
||||||
(package
|
(package
|
||||||
(name "r-affycoretools")
|
(name "r-affycoretools")
|
||||||
(version "1.72.0")
|
(version "1.74.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affycoretools" version))
|
(uri (bioconductor-uri "affycoretools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h065fhw0n2ga74csyhqbj4qfhkg058pqa684ixcski4rhsd7hcf"))))
|
"0bgv8a7hf8ns472zfryf255zqdikjv08np6k6hkpvyivad25vpwy"))))
|
||||||
(properties `((upstream-name . "affycoretools")))
|
(properties `((upstream-name . "affycoretools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -6215,8 +6215,8 @@ problems in CEL-level data to help evaluate performance of quality metrics.")
|
||||||
r-dbi
|
r-dbi
|
||||||
r-edger
|
r-edger
|
||||||
r-gcrma
|
r-gcrma
|
||||||
r-glimma
|
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
|
r-glimma
|
||||||
r-gostats
|
r-gostats
|
||||||
r-gplots
|
r-gplots
|
||||||
r-hwriter
|
r-hwriter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue