me
/
guix
Archived
1
0
Fork 0

gnu: r-graphlayouts: Update to 1.1.0.

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

Change-Id: I5056c2158af15aeed9d5b53a52149e67d6d50b56
master
Ricardo Wurmus 2024-01-23 08:26:12 +01:00
parent 306fa840ed
commit 3995f40cd7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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