1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 13:04:04 +02:00

gnu: r-graphlayouts: Update to 1.2.0.

* gnu/packages/cran.scm (r-graphlayouts): Update to 1.2.0.
[native-inputs]: Remove r-knitr.

Change-Id: I5f51982274a25b054ec907245aea5429a10605ee
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:00:53 +01:00
parent 8689a7f6d0
commit d7547dfa58
+2 -3
View File
@@ -28768,19 +28768,18 @@ be used further by e.g. graphic devices.")
(define-public r-graphlayouts
(package
(name "r-graphlayouts")
(version "1.1.1")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "graphlayouts" version))
(sha256
(base32
"009q5y46lbizdabbb6a61xlfa3g5lf3nd9w42709lcxi0ad4bhkv"))))
"1pr6jnrvbhhpxk9zkfhnh2kx557vpv0fs82jfj5cy8na0h8c83bp"))))
(properties `((upstream-name . "graphlayouts")))
(build-system r-build-system)
(propagated-inputs
(list r-igraph r-rcpp r-rcpparmadillo))
(native-inputs (list r-knitr))
(home-page "https://github.com/schochastics/graphlayouts")
(synopsis "Additional layout algorithms for network visualizations")
(description