gnu: r-network: Update to 1.13.0.1.
* gnu/packages/cran.scm (r-network): Update to 1.13.0.1.
This commit is contained in:
parent
ba578d937d
commit
92edaaea27
|
@ -2601,14 +2601,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.13.0")
|
(version "1.13.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "network" version))
|
(uri (cran-uri "network" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11sg330xb7gcnl3f6lwhhjdabz6mk43828i2np635pqw4s4yl13s"))))
|
"1bbkbqkqf1d7irfwh08c13c2pfypir1ssvlqrln83irqns1ikdv0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://statnet.org/")
|
(home-page "http://statnet.org/")
|
||||||
(synopsis "Classes for relational data")
|
(synopsis "Classes for relational data")
|
||||||
|
|
Loading…
Reference in New Issue