mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-agdex: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-agdex): Update to 1.52.0. Change-Id: I2facf3bc4e3d504804fed3b42b26d6fce393ea3b
This commit is contained in:
parent
fe2f93f9fc
commit
747c727c8f
1 changed files with 2 additions and 2 deletions
|
@ -2983,13 +2983,13 @@ (define-public r-affyrnadegradation
|
|||
(define-public r-agdex
|
||||
(package
|
||||
(name "r-agdex")
|
||||
(version "1.50.0")
|
||||
(version "1.52.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AGDEX" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06z74p3khw3r8dnwrpyyikq3ifcdvffxgfwcic9j8vc9s8pf921s"))))
|
||||
"088r2ahqjv61wnzp7by4c5v9aivahmyfkzr7prnkk3ff8zh6pznl"))))
|
||||
(properties `((upstream-name . "AGDEX")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-gseabase))
|
||||
|
|
Loading…
Reference in a new issue