diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-01-20 17:11:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-01-20 17:19:05 +0100 |
commit | 99d9a7293fb3e2190310d393ce33a318eb98086a (patch) | |
tree | 1b90f9af14f67ba28d2057e7f55f9e209d7b13e9 /gnu | |
parent | 2cce04d5a1e19947dd9b5e25534c288876ef4c28 (diff) |
gnu: r-patchwork: Update to 1.1.1.
* gnu/packages/cran.scm (r-patchwork): Update to 1.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 46ca8742a9..df2c531e51 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16970,14 +16970,14 @@ guaranteeing well-connected communities.\" <arXiv:1810.08473>.") (define-public r-patchwork (package (name "r-patchwork") - (version "1.1.0") + (version "1.1.1") (source (origin (method url-fetch) (uri (cran-uri "patchwork" version)) (sha256 (base32 - "13vswvcfmadmjz7pw0qdqdr6x85zbza4gljx2nx3a39hldj71yck")))) + "10glgkf58lcykcwda1hj6xdps02m3i247qynk6s2jmwljagps3fg")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) |