me
/
guix
Archived
1
0
Fork 0

gnu: r-enrichplot: Update to 1.10.2.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.10.2.
master
Ricardo Wurmus 2021-02-11 21:30:49 +01:00
parent 669ea5ab09
commit ebf9ad7984
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4013,14 +4013,14 @@ data.")
(define-public r-enrichplot (define-public r-enrichplot
(package (package
(name "r-enrichplot") (name "r-enrichplot")
(version "1.10.1") (version "1.10.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "enrichplot" version)) (uri (bioconductor-uri "enrichplot" version))
(sha256 (sha256
(base32 (base32
"0h0455plh8bxnpizgfxij9625ff32rs1a51yzpnrf5hl27xbfkdd")))) "0lm5yapd567jxcnz9m4a623aymf3q00svjrxp3rf0r9j77dgyisv"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cowplot" ,r-cowplot) `(("r-cowplot" ,r-cowplot)