1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: r-sva: Update to 3.40.0.

* gnu/packages/bioconductor.scm (r-sva): Update to 3.40.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:48 +02:00
parent 6eaa9221d9
commit 81c55df9a8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4287,14 +4287,14 @@ samples.")
(define-public r-sva (define-public r-sva
(package (package
(name "r-sva") (name "r-sva")
(version "3.38.0") (version "3.40.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "sva" version)) (uri (bioconductor-uri "sva" version))
(sha256 (sha256
(base32 (base32
"1hpzzg3qrgkd8kwg1m5gq94cikjgk9j4l1wk58fxl49s6fmd13zy")))) "12jkcybdfspabh7x124d44l9fj1hwwg3gvcqxvz5wpkiflc2vkji"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-edger" ,r-edger) `(("r-edger" ,r-edger)