me
/
guix
Archived
1
0
Fork 0

gnu: r-graphlayouts: Update to 0.7.1.

* gnu/packages/cran.scm (r-graphlayouts): Update to 0.7.1.
master
Ricardo Wurmus 2020-10-31 13:43:28 +01:00
parent f213968976
commit 79291c5cd3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16749,14 +16749,14 @@ be used further by e.g. graphic devices.")
(define-public r-graphlayouts
(package
(name "r-graphlayouts")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "graphlayouts" version))
(sha256
(base32
"17lc75k8i3c696hfj44zj7j1a5sb0nap8spc5r98v7vd6xh4nii0"))))
"05v7ss18bflhqa4ipsca8iw2ln8ddbaiyrizx2a5cwq81g5qq3rq"))))
(properties `((upstream-name . "graphlayouts")))
(build-system r-build-system)
(propagated-inputs