3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-edger: Update to 3.30.3.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.30.3.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:05:29 +02:00
parent 506735eea6
commit c14d59d9ad
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7746,13 +7746,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-edger
(package
(name "r-edger")
(version "3.28.1")
(version "3.30.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"07dv99kl7jfa62nzcq705r56gcpb1hq7p4px48j71y2ddi1rqmr6"))))
"1z9bkg08rgqn3jm2s4ndbj641w33wl8jd3j6m5if6h2nnw6011ic"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs