Archived
1
0
Fork 0

gnu: r-enrichplot: Update to 1.12.1.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.1.
This commit is contained in:
Ricardo Wurmus 2021-06-17 14:24:41 +02:00
parent c5b7ade1c6
commit 46178051d5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7163,14 +7163,14 @@ data.")
(define-public r-enrichplot (define-public r-enrichplot
(package (package
(name "r-enrichplot") (name "r-enrichplot")
(version "1.12.0") (version "1.12.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "enrichplot" version)) (uri (bioconductor-uri "enrichplot" version))
(sha256 (sha256
(base32 (base32
"0nvjwwzpmhsfkxqrn8v1a1wcrvr3xl1wn5dy89vsrdydyv31gdc6")))) "116mwmpr06f4z60avdsfzdalbxn4119dbzk3jz1q5fp81qvw164d"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cowplot" ,r-cowplot) `(("r-cowplot" ,r-cowplot)