me
/
guix
Archived
1
0
Fork 0

gnu: r-omicade4: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-omicade4): Update to 1.38.0.
master
zimoun 2022-11-17 03:50:34 +01:00 committed by Ricardo Wurmus
parent e524c12e06
commit 3f58454739
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18036,13 +18036,13 @@ interest on transformed methylation proportions.")
(define-public r-omicade4
(package
(name "r-omicade4")
(version "1.36.0")
(version "1.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "omicade4" version))
(sha256
(base32
"1l7w3sczsimg640klq8navgdcwjj090wjqd40n4mw76pny2xj2lj"))))
"1w9fsg0r6ir9nmmpf08b1mh8mnrzxk3f398y1w5dg34fdz4phgpg"))))
(properties `((upstream-name . "omicade4")))
(build-system r-build-system)
(propagated-inputs (list r-ade4 r-biobase r-made4))