me
/
guix
Archived
1
0
Fork 0

gnu: r-network: Update to 1.16.0.

* gnu/packages/cran.scm (r-network): Update to 1.16.0.
master
Ricardo Wurmus 2019-12-03 14:53:22 +01:00
parent bce0fcae12
commit a477a5c357
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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