me
/
guix
Archived
1
0
Fork 0

gnu: r-agdex: Update to 1.48.0.

* gnu/packages/bioconductor.scm (r-agdex): Update to 1.48.0.
master
Ricardo Wurmus 2023-04-28 17:59:41 +02:00
parent 9baa783e63
commit 626b010f1a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2432,13 +2432,13 @@ of samples that are affected by RNA degradation.")
(define-public r-agdex
(package
(name "r-agdex")
(version "1.46.0")
(version "1.48.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AGDEX" version))
(sha256
(base32
"0yvdx32yr4mv7dl5ycpbxhrkm6csrr7k3398ggjavdcfhz54dgr8"))))
"0p9qmwhi4ik24m51cvgxnny4yfqv4v0rvra16bj5d3w9bw9yf3an"))))
(properties `((upstream-name . "AGDEX")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-gseabase))