me
/
guix
Archived
1
0
Fork 0

gnu: r-graphlayouts: Update to 0.8.4.

* gnu/packages/cran.scm (r-graphlayouts): Update to 0.8.4.
Ricardo Wurmus 2022-11-29 15:22:21 +01:00
parent 09b4211767
commit 1a09a5ca77
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22177,14 +22177,14 @@ be used further by e.g. graphic devices.")
(define-public r-graphlayouts
(package
(name "r-graphlayouts")
(version "0.8.3")
(version "0.8.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "graphlayouts" version))
(sha256
(base32
"08a4cpy0n90hw8xzmxck13hp76yh40r0njb2m7mwdldljkbybr7r"))))
"1zch8v0fc9lrm1pklcvi7g4g7zmqq3gxprm7pbdx018b35z8z3bp"))))
(properties `((upstream-name . "graphlayouts")))
(build-system r-build-system)
(propagated-inputs