diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-23 08:26:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-23 13:36:47 +0100 |
commit | 3995f40cd707cd8f1d4aa3fe89f274d588f254f0 (patch) | |
tree | 2994ef46f60711aaa27aeada2507b40270f904f9 | |
parent | 306fa840edb3ba62f5f81b7c2e3aad9b138861b2 (diff) |
gnu: r-graphlayouts: Update to 1.1.0.
* gnu/packages/cran.scm (r-graphlayouts): Update to 1.1.0.
Change-Id: I5056c2158af15aeed9d5b53a52149e67d6d50b56
-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 b2668598e1..9b923e902e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -26945,14 +26945,14 @@ be used further by e.g. graphic devices.") (define-public r-graphlayouts (package (name "r-graphlayouts") - (version "1.0.2") + (version "1.1.0") (source (origin (method url-fetch) (uri (cran-uri "graphlayouts" version)) (sha256 (base32 - "1mg0j9kcjp8dbpd8fy9vr5f35pz41v18vxc7q4pyl986pj859jam")))) + "14ib4yjcxb6zgci5h89p9swqabab57bzywwp96d3nhn620chap22")))) (properties `((upstream-name . "graphlayouts"))) (build-system r-build-system) (propagated-inputs |