[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/50: gnu: r-ggraph: Update to 2.2.0.
From: |
guix-commits |
Subject: |
27/50: gnu: r-ggraph: Update to 2.2.0. |
Date: |
Wed, 6 Mar 2024 03:43:00 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e8121c0c2c3985abf26def6da2ac1a1351a02cb9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:38:27 2024 +0100
gnu: r-ggraph: Update to 2.2.0.
* gnu/packages/cran.scm (r-ggraph): Update to 2.2.0.
[propagated-inputs]: Remove r-digest, r-gtable, and r-rcpp; add r-cpp11 and
r-memoise.
Change-Id: Id5c4be4765171c0b46bd421cf13e4dbdbfa44955
---
gnu/packages/cran.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 34dc45e58e..cf8d488441 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24829,28 +24829,27 @@ databases, including ENA, PDB or ChEMBL are also
accessible.")
(define-public r-ggraph
(package
(name "r-ggraph")
- (version "2.1.0")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggraph" version))
(sha256
(base32
- "07sw4h94dzbs44dcvvj80g8v8252k4iw8pkmzdrk4qagvhidnvv8"))))
+ "0zs02xyzvimk8hj1z465zxp1hlca3gfirdcwb3gqriwsmnfhg661"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli
- r-digest
+ r-cpp11
r-dplyr
r-ggforce
r-ggplot2
r-ggrepel
r-graphlayouts
- r-gtable
r-igraph
r-lifecycle
r-mass
- r-rcpp
+ r-memoise
r-rlang
r-scales
r-tidygraph
- 24/50: gnu: r-deldir: Update to 2.0-4., (continued)
- 24/50: gnu: r-deldir: Update to 2.0-4., guix-commits, 2024/03/06
- 03/50: gnu: r-conos: Update to 1.5.2., guix-commits, 2024/03/06
- 01/50: import/cran: Add one more invalid package., guix-commits, 2024/03/06
- 10/50: gnu: r-rmumps: Update to 5.2.1-28., guix-commits, 2024/03/06
- 09/50: gnu: r-spelling: Update to 2.3.0., guix-commits, 2024/03/06
- 07/50: gnu: r-secretbase: Update to 0.3.0.1., guix-commits, 2024/03/06
- 14/50: gnu: r-renv: Update to 1.0.5., guix-commits, 2024/03/06
- 18/50: gnu: r-nodbi: Update to 0.10.3., guix-commits, 2024/03/06
- 15/50: gnu: r-ggsci: Update to 3.0.1., guix-commits, 2024/03/06
- 20/50: gnu: r-colorramps: Update to 2.3.2., guix-commits, 2024/03/06
- 27/50: gnu: r-ggraph: Update to 2.2.0.,
guix-commits <=
- 44/50: gnu: r-locfit: Update to 1.5-9.9., guix-commits, 2024/03/06
- 46/50: gnu: r-rcpparmadillo: Update to 0.12.8.1.0., guix-commits, 2024/03/06
- 16/50: gnu: r-factominer: Update to 2.10., guix-commits, 2024/03/06
- 35/50: gnu: r-hrbrthemes: Update to 0.8.7., guix-commits, 2024/03/06
- 47/50: gnu: r-vgam: Update to 1.1-10., guix-commits, 2024/03/06
- 26/50: gnu: r-tweenr: Update to 2.0.3., guix-commits, 2024/03/06
- 22/50: gnu: r-ontologyindex: Update to 2.12., guix-commits, 2024/03/06
- 33/50: gnu: r-stanheaders: Update to 2.32.6., guix-commits, 2024/03/06
- 36/50: gnu: r-spatstat-geom: Update to 3.2-9., guix-commits, 2024/03/06
- 43/50: gnu: r-gdtools: Update to 0.3.7., guix-commits, 2024/03/06