gnu: r-network: Update to 1.14-377.

* gnu/packages/cran.scm (r-network): Update to 1.14-377.
[propagated-inputs]: Add r-magrittr and r-tibble.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:02:46 +01:00
parent fadc49c6e5
commit 75cbc80037
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 2 deletions

View File

@ -3742,15 +3742,18 @@ published results; and a routine for graphical display.")
(define-public r-network (define-public r-network
(package (package
(name "r-network") (name "r-network")
(version "1.13.0.1") (version "1.14-377")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "network" version)) (uri (cran-uri "network" version))
(sha256 (sha256
(base32 (base32
"1bbkbqkqf1d7irfwh08c13c2pfypir1ssvlqrln83irqns1ikdv0")))) "0iiy5n17kysrdfs20zr7qald4lwkvws0axi1qkr8f7vzv7w04g01"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs
`(("r-magrittr" ,r-magrittr)
("r-tibble" ,r-tibble)))
(home-page "https://statnet.org/") (home-page "https://statnet.org/")
(synopsis "Classes for relational data") (synopsis "Classes for relational data")
(description (description