gnu: r-igraph: Update to 2.2.3.

* gnu/packages/cran.scm (r-igraph): Update to 2.2.3.

Change-Id: I23dfd5b2a7685014b7aa86cf46b0a999081cce3e
This commit is contained in:
Ricardo Wurmus
2026-04-07 22:19:38 +02:00
parent 05a0b4243e
commit b923462dc5

View File

@@ -51932,14 +51932,14 @@ model.")
(define-public r-igraph
(package
(name "r-igraph")
(version "2.2.2")
(version "2.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "igraph" version))
(sha256
(base32
"10nrbmnvsx0rvmyq0cynkkv723a8v8rv74ls5x8fs7yqvlycf837"))))
"1fakq2i9alg388mcnhk7q47c72g8hba96c3273vf6h4ws7b7v69c"))))
(properties
`((upstream-name . "igraph")
(updater-extra-native-inputs . ("which"))