diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-17 14:24:41 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-17 14:25:36 +0200 |
commit | 46178051d5d62fddb981931b2d1b0e300a83a099 (patch) | |
tree | ab7bbc43f58f0cf121d5fc63af7d23de408432a0 | |
parent | c5b7ade1c6b0a2586a7e72b9e68380a28ba6c198 (diff) | |
download | guix-46178051d5d62fddb981931b2d1b0e300a83a099.tar.gz guix-46178051d5d62fddb981931b2d1b0e300a83a099.zip |
gnu: r-enrichplot: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.1.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 21cb6b7939..5863a6480a 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7163,14 +7163,14 @@ data.") (define-public r-enrichplot (package (name "r-enrichplot") - (version "1.12.0") + (version "1.12.1") (source (origin (method url-fetch) (uri (bioconductor-uri "enrichplot" version)) (sha256 (base32 - "0nvjwwzpmhsfkxqrn8v1a1wcrvr3xl1wn5dy89vsrdydyv31gdc6")))) + "116mwmpr06f4z60avdsfzdalbxn4119dbzk3jz1q5fp81qvw164d")))) (build-system r-build-system) (propagated-inputs `(("r-cowplot" ,r-cowplot) |