gnu: r-agdex: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-agdex): Update to 1.46.0.
This commit is contained in:
parent
014fc145f8
commit
f74c670c7f
1 changed files with 2 additions and 2 deletions
|
@ -1952,13 +1952,13 @@ of samples that are affected by RNA degradation.")
|
||||||
(define-public r-agdex
|
(define-public r-agdex
|
||||||
(package
|
(package
|
||||||
(name "r-agdex")
|
(name "r-agdex")
|
||||||
(version "1.44.0")
|
(version "1.46.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AGDEX" version))
|
(uri (bioconductor-uri "AGDEX" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c44fw5ajdjc13409rn3lsv0jhlqa2qcak9b1k8hpig486xxzsr9"))))
|
"0yvdx32yr4mv7dl5ycpbxhrkm6csrr7k3398ggjavdcfhz54dgr8"))))
|
||||||
(properties `((upstream-name . "AGDEX")))
|
(properties `((upstream-name . "AGDEX")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase r-gseabase))
|
(propagated-inputs (list r-biobase r-gseabase))
|
||||||
|
|
Reference in a new issue