mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-tidygraph: Update to 1.2.0.
* gnu/packages/cran.scm (r-tidygraph): Update to 1.2.0.
This commit is contained in:
parent
02b5d650c0
commit
68d8846010
1 changed files with 2 additions and 2 deletions
|
@ -16133,14 +16133,14 @@ (define-public r-graphlayouts
|
|||
(define-public r-tidygraph
|
||||
(package
|
||||
(name "r-tidygraph")
|
||||
(version "1.1.2")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tidygraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zpsarm74afbc7p5dlyb0whc09670qdcddw1ckb25cfc9hfh0hjn"))))
|
||||
"17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
|
||||
(properties `((upstream-name . "tidygraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue