me
/
guix
Archived
1
0
Fork 0

gnu: r-baynorm: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-baynorm): Update to 1.22.0.

Change-Id: I49339ce8e370d45a1c2b018d14dc38a2ce1a8fef
master
Ricardo Wurmus 2024-05-07 13:07:25 +02:00
parent 019b2f05a3
commit 856c5c775f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24121,13 +24121,13 @@ features such as gene expression or cell type composition can be imputed.")
(define-public r-baynorm
(package
(name "r-baynorm")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bayNorm" version))
(sha256
(base32 "01lv4w1x43x3f9sdrqikhsr1gdvkgqzrgcd9wnjj76qsljn57ifq"))))
(base32 "0b05446vcqxr7smxyhmvl6rxlckzzgqhf5v1059657kihhscqr7s"))))
(properties `((upstream-name . "bayNorm")))
(build-system r-build-system)
(propagated-inputs