gnu: r-agdex: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-agdex): Update to 1.44.0.
This commit is contained in:
parent
052d0d283a
commit
6e1d256151
1 changed files with 2 additions and 2 deletions
|
@ -1819,13 +1819,13 @@ (define-public r-affyrnadegradation
|
|||
(define-public r-agdex
|
||||
(package
|
||||
(name "r-agdex")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AGDEX" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y0q4zdybr5hlsi7qy2hf6c2sqr2z2211wz36dz70jkqyr0ggw64"))))
|
||||
"0c44fw5ajdjc13409rn3lsv0jhlqa2qcak9b1k8hpig486xxzsr9"))))
|
||||
(properties `((upstream-name . "AGDEX")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-gseabase))
|
||||
|
|
Loading…
Reference in a new issue