me
/
guix
Archived
1
0
Fork 0

gnu: r-ebarrays: Update to 2.62.0.

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

View File

@ -14837,14 +14837,14 @@ enrichment analysis and several functions for visualization.")
(define-public r-ebarrays
(package
(name "r-ebarrays")
(version "2.60.0")
(version "2.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EBarrays" version))
(sha256
(base32
"027zarnpxpdnyl877swp5ypxj7zvq0cjp2q2xs6g6yn5dpqjvxxk"))))
"0kg22appd9sd6knm129hchkamzilwr3h8wi4ibrvllbfmx31v9q8"))))
(properties `((upstream-name . "EBarrays")))
(build-system r-build-system)
(propagated-inputs