gnu: r-agdex: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-agdex): Update to 1.52.0. Change-Id: I2facf3bc4e3d504804fed3b42b26d6fce393ea3bmaster
parent
fe2f93f9fc
commit
747c727c8f
|
@ -2983,13 +2983,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.50.0")
|
(version "1.52.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
|
||||||
"06z74p3khw3r8dnwrpyyikq3ifcdvffxgfwcic9j8vc9s8pf921s"))))
|
"088r2ahqjv61wnzp7by4c5v9aivahmyfkzr7prnkk3ff8zh6pznl"))))
|
||||||
(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 New Issue