mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:29:17 -05:00
gnu: r-graphlayouts: Update to 0.7.0.
* gnu/packages/cran.scm (r-graphlayouts): Update to 0.7.0.
This commit is contained in:
parent
aa180e9e03
commit
d7a29bd586
1 changed files with 2 additions and 2 deletions
|
@ -16055,14 +16055,14 @@ (define-public r-systemfonts
|
||||||
(define-public r-graphlayouts
|
(define-public r-graphlayouts
|
||||||
(package
|
(package
|
||||||
(name "r-graphlayouts")
|
(name "r-graphlayouts")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "graphlayouts" version))
|
(uri (cran-uri "graphlayouts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1la016m37kp79zk8p1yx9kaha8y6d4w52w39h0mzv1mfsi6d75w0"))))
|
"17lc75k8i3c696hfj44zj7j1a5sb0nap8spc5r98v7vd6xh4nii0"))))
|
||||||
(properties `((upstream-name . "graphlayouts")))
|
(properties `((upstream-name . "graphlayouts")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue