gnu: r-graphlayouts: Update to 0.8.3.

* gnu/packages/cran.scm (r-graphlayouts): Update to 0.8.3.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:43 +01:00
parent e9d42d9ff8
commit 31e9185c08
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21839,14 +21839,14 @@ (define-public r-systemfonts
(define-public r-graphlayouts
(package
(name "r-graphlayouts")
(version "0.8.1")
(version "0.8.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "graphlayouts" version))
(sha256
(base32
"0yhg42p3jlz78kd712jd5525zm1h3n5gmjplfscjkgn342r3w92v"))))
"08a4cpy0n90hw8xzmxck13hp76yh40r0njb2m7mwdldljkbybr7r"))))
(properties `((upstream-name . "graphlayouts")))
(build-system r-build-system)
(propagated-inputs