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

* gnu/packages/cran.scm (r-statnet-common): Update to 4.1.4.
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:36:12 +02:00
parent e32368c130
commit be5642eb69
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2912,14 +2912,14 @@ (define-public r-network
(define-public r-statnet-common
(package
(name "r-statnet-common")
(version "4.1.2")
(version "4.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "statnet.common" version))
(sha256
(base32
"0h3g687214rlycca0fjrpy1lqbqsrginxqhmhl2mb2jinqqxcfgd"))))
"14dydm4c4dzc4v6ldxpn04q551nczzfablwibrd8lzgja8x9ksic"))))
(properties
`((upstream-name . "statnet.common")))
(build-system r-build-system)