gnu: r-graphlayouts: Update to 1.0.2.

* gnu/packages/cran.scm (r-graphlayouts): Update to 1.0.2.

Change-Id: I74f68183e2d52676c3f90474bfb140ef57b70af6
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:37 +01:00
parent a21cdec24d
commit 29c2ab6063
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -26616,14 +26616,14 @@ be used further by e.g. graphic devices.")
(define-public r-graphlayouts
(package
(name "r-graphlayouts")
(version "1.0.1")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "graphlayouts" version))
(sha256
(base32
"0x777ixw2vvj1z3dams0zmyk25v7cdm4sx8v6knlb2mfkkg2gcyk"))))
"1mg0j9kcjp8dbpd8fy9vr5f35pz41v18vxc7q4pyl986pj859jam"))))
(properties `((upstream-name . "graphlayouts")))
(build-system r-build-system)
(propagated-inputs