gnu: r-statnet-common: Update to 4.2.0.

* gnu/packages/cran.scm (r-statnet-common): Update to 4.2.0.
This commit is contained in:
Ricardo Wurmus 2019-01-12 16:49:49 +01:00
parent 7e9e9c9c46
commit 9d83132757
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3652,14 +3652,14 @@ supports arbitrary vertex/edge/graph attributes.")
(define-public r-statnet-common (define-public r-statnet-common
(package (package
(name "r-statnet-common") (name "r-statnet-common")
(version "4.1.4") (version "4.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "statnet.common" version)) (uri (cran-uri "statnet.common" version))
(sha256 (sha256
(base32 (base32
"14dydm4c4dzc4v6ldxpn04q551nczzfablwibrd8lzgja8x9ksic")))) "0q942g6kqmqxfss1cxb3yg8y5r1k1h5cyy99s1cfisrn6hqc6xhi"))))
(properties (properties
`((upstream-name . "statnet.common"))) `((upstream-name . "statnet.common")))
(build-system r-build-system) (build-system r-build-system)