gnu: r-statnet-common: Update to 4.3.0.
* gnu/packages/cran.scm (r-statnet-common): Update to 4.3.0.
This commit is contained in:
parent
154e20e5f3
commit
f7f65cbaa6
|
@ -3833,14 +3833,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.2.0")
|
(version "4.3.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
|
||||||
"0q942g6kqmqxfss1cxb3yg8y5r1k1h5cyy99s1cfisrn6hqc6xhi"))))
|
"0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "statnet.common")))
|
`((upstream-name . "statnet.common")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue