diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-05 22:13:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-06 00:34:57 +0200 |
commit | e010576266220efa47572ef61b2f8c83d833c3b0 (patch) | |
tree | 76eca6eaf1f3f62c35d29a59d3c6fb60182d1020 /gnu | |
parent | 4cd4cf0925cbf4de5b991fcfc746f3b31b2ccd45 (diff) | |
download | guix-e010576266220efa47572ef61b2f8c83d833c3b0.tar.gz |
gnu: r-statnet-common: Update to 4.4.1.
* gnu/packages/cran.scm (r-statnet-common): Update to 4.4.1. [propagated-inputs]: Add r-rle.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ca935648dd..63e64758dc 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4802,19 +4802,20 @@ vectors.") (define-public r-statnet-common (package (name "r-statnet-common") - (version "4.3.0") + (version "4.4.1") (source (origin (method url-fetch) (uri (cran-uri "statnet.common" version)) (sha256 (base32 - "0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3")))) + "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf")))) (properties `((upstream-name . "statnet.common"))) (build-system r-build-system) (propagated-inputs - `(("r-coda" ,r-coda))) + `(("r-coda" ,r-coda) + ("r-rle" ,r-rle))) (home-page "https://statnet.org") (synopsis "R scripts and utilities used by the Statnet software") (description "This package provides non-statistical utilities used by the |