gnu: r-network: Update to 1.15.

* gnu/packages/cran.scm (r-network): Update to 1.15.
master
Ricardo Wurmus 2019-04-06 22:56:57 +02:00
parent a2befb3751
commit 20a485794e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3750,14 +3750,14 @@ published results; and a routine for graphical display.")
(define-public r-network
(package
(name "r-network")
(version "1.14-377")
(version "1.15")
(source
(origin
(method url-fetch)
(uri (cran-uri "network" version))
(sha256
(base32
"0iiy5n17kysrdfs20zr7qald4lwkvws0axi1qkr8f7vzv7w04g01"))))
"1cscw5978fyixhkicf06c4b2g1yf6gyi8vx86cz3dy75d41mrgjw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-magrittr" ,r-magrittr)