me
/
guix
Archived
1
0
Fork 0

gnu: r-agdex: Update to 1.52.0.

* gnu/packages/bioconductor.scm (r-agdex): Update to 1.52.0.

Change-Id: I2facf3bc4e3d504804fed3b42b26d6fce393ea3b
master
Ricardo Wurmus 2024-05-07 12:32:31 +02:00
parent fe2f93f9fc
commit 747c727c8f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2983,13 +2983,13 @@ of samples that are affected by RNA degradation.")
(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))