mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:29:17 -05:00
gnu: r-graphlayouts: Update to 1.1.0.
* gnu/packages/cran.scm (r-graphlayouts): Update to 1.1.0. Change-Id: I5056c2158af15aeed9d5b53a52149e67d6d50b56
This commit is contained in:
parent
306fa840ed
commit
3995f40cd7
1 changed files with 2 additions and 2 deletions
|
@ -26945,14 +26945,14 @@ (define-public r-systemfonts
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue