[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: r-igraph: Update to 2.0.2.
From: |
guix-commits |
Subject: |
06/15: gnu: r-igraph: Update to 2.0.2. |
Date: |
Mon, 19 Feb 2024 06:45:57 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit dbac7383bd8cf176314107156d87b4545cbc1c8d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 19 12:24:16 2024 +0100
gnu: r-igraph: Update to 2.0.2.
* gnu/packages/cran.scm (r-igraph): Update to 2.0.2.
[propagated-inputs]: Add r-vctrs.
Change-Id: I9e62b47065c7e7cf7f1d6f78550caca0df54e550
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 699721e920..b7417360f0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35559,14 +35559,14 @@ model.")
(define-public r-igraph
(package
(name "r-igraph")
- (version "2.0.1.1")
+ (version "2.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
- "0rl8yklm7fpyjsgvjnljp6ldyj393qizi2sd5hsvmbm78h5c9dhv"))))
+ "0kfc9blyy54cz0m4mdzzwgvn0rkil49kdk438411mx62g2vxby9l"))))
(properties
`((upstream-name . "igraph")
(updater-extra-native-inputs . ("which"))))
@@ -35582,7 +35582,8 @@ model.")
r-magrittr
r-matrix
r-pkgconfig
- r-rlang))
+ r-rlang
+ r-vctrs))
(home-page "https://igraph.org")
(synopsis "Network analysis and visualization")
(description
- 02/15: upstream: update-package-inputs: Sort extra inputs., (continued)
- 02/15: upstream: update-package-inputs: Sort extra inputs., guix-commits, 2024/02/19
- 03/15: gnu: r-pscbs: Update to 0.67.0., guix-commits, 2024/02/19
- 01/15: machine/ssh: Refresh parameterization of %CURRENT-SYSTEM., guix-commits, 2024/02/19
- 04/15: gnu: r-r-rsp: Update to 0.46.0., guix-commits, 2024/02/19
- 07/15: gnu: r-collapse: Update to 2.0.10., guix-commits, 2024/02/19
- 08/15: gnu: r-recipes: Update to 1.0.10., guix-commits, 2024/02/19
- 09/15: gnu: r-sm: Update to 2.2-6.0., guix-commits, 2024/02/19
- 11/15: gnu: r-magick: Update to 2.8.3., guix-commits, 2024/02/19
- 13/15: gnu: r-setrng: Update to 2024.2-1., guix-commits, 2024/02/19
- 05/15: gnu: r-callr: Update to 3.7.4., guix-commits, 2024/02/19
- 06/15: gnu: r-igraph: Update to 2.0.2.,
guix-commits <=
- 10/15: gnu: r-splus2r: Update to 1.3-5., guix-commits, 2024/02/19
- 12/15: gnu: r-performance: Update to 0.10.9., guix-commits, 2024/02/19
- 15/15: gnu: Add sugar-chat-activity., guix-commits, 2024/02/19
- 14/15: gnu: r-workflows: Update to 1.1.4., guix-commits, 2024/02/19