Archived
1
0
Fork 0

gnu: r-network: Update to 1.16.0.

* gnu/packages/cran.scm (r-network): Update to 1.16.0.
This commit is contained in:
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

View file

@ -4149,14 +4149,14 @@ 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.15") (version "1.16.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "network" version)) (uri (cran-uri "network" version))
(sha256 (sha256
(base32 (base32
"1cscw5978fyixhkicf06c4b2g1yf6gyi8vx86cz3dy75d41mrgjw")))) "0dnf1wl3za2lhx2lwd8smhlijl1cfhckgr8zz9piiirrfi2m2kx2"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-magrittr" ,r-magrittr) `(("r-magrittr" ,r-magrittr)