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:
Tobias Geerinckx-Rice 2018-04-05 05:56:18 +02:00
parent ba578d937d
commit 92edaaea27
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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")