diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 09:58:43 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:14 +0100 |
commit | 31e9185c08ad669290bd0d9b522f9f3318edd403 (patch) | |
tree | fb10688332d20dc79d4b39d70ae41f42e993a004 | |
parent | e9d42d9ff87800f7b69707b053d34572f206a403 (diff) | |
download | guix-31e9185c08ad669290bd0d9b522f9f3318edd403.tar.gz |
gnu: r-graphlayouts: Update to 0.8.3.
* gnu/packages/cran.scm (r-graphlayouts): Update to 0.8.3.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 566f608126..5dd8126c9f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21839,14 +21839,14 @@ be used further by e.g. graphic devices.") (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 |