mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-ggraph: Update to 2.0.6.
* gnu/packages/cran.scm (r-ggraph): Update to 2.0.6.
This commit is contained in:
parent
5464de5328
commit
e0c4e49e09
1 changed files with 2 additions and 2 deletions
|
@ -19082,14 +19082,14 @@ (define-public r-europepmc
|
|||
(define-public r-ggraph
|
||||
(package
|
||||
(name "r-ggraph")
|
||||
(version "2.0.5")
|
||||
(version "2.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m4n8iw2b9jk8hcy5blg5w59zsqcpsbv27wbw598dvljpafx8sp3"))))
|
||||
"02nl92vgyp5pc61r14mmmbfhg5nhb6fibjjb3djfag2ahc6wj2kv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-digest
|
||||
|
|
Loading…
Reference in a new issue