diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 05:56:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:38:58 +0200 |
commit | 92edaaea27453490367d1310ee2c97de5df6f5ff (patch) | |
tree | e7978a1ddb8d93517a57813385bae092e35da650 | |
parent | ba578d937dc4e0ea6351282e42d5f7d6f308e997 (diff) | |
download | patches-92edaaea27453490367d1310ee2c97de5df6f5ff.tar patches-92edaaea27453490367d1310ee2c97de5df6f5ff.tar.gz |
gnu: r-network: Update to 1.13.0.1.
* gnu/packages/cran.scm (r-network): Update to 1.13.0.1.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index bc43d463e6..22dea0edb3 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2601,14 +2601,14 @@ published results; and a routine for graphical display.") (define-public r-network (package (name "r-network") - (version "1.13.0") + (version "1.13.0.1") (source (origin (method url-fetch) (uri (cran-uri "network" version)) (sha256 (base32 - "11sg330xb7gcnl3f6lwhhjdabz6mk43828i2np635pqw4s4yl13s")))) + "1bbkbqkqf1d7irfwh08c13c2pfypir1ssvlqrln83irqns1ikdv0")))) (build-system r-build-system) (home-page "http://statnet.org/") (synopsis "Classes for relational data") |