diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 13:26:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 21:35:31 +0200 |
commit | 2543c36d6f17e879c30dc6b0c1b667c7b723ca92 (patch) | |
tree | f1322f7eda989fc914daed9cb83b33ab0abb9ad8 /gnu/packages | |
parent | 8ebfd52a36688801350c22c84fd55a9d1ea7904f (diff) |
gnu: r-statnet-common: Update to 4.5.0.
* gnu/packages/cran.scm (r-statnet-common): Update to 4.5.0.
[propagated-inputs]: Remove r-rle.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index aad7675f49..5a045111b9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6025,20 +6025,19 @@ vectors.") (define-public r-statnet-common (package (name "r-statnet-common") - (version "4.4.1") + (version "4.5.0") (source (origin (method url-fetch) (uri (cran-uri "statnet.common" version)) (sha256 (base32 - "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf")))) + "0bw8dwnv568i60xrj6d7gv0hnna1x7rvqaayy5i0827khvdj7nrw")))) (properties `((upstream-name . "statnet.common"))) (build-system r-build-system) (propagated-inputs - `(("r-coda" ,r-coda) - ("r-rle" ,r-rle))) + `(("r-coda" ,r-coda))) (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 |