mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
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.
This commit is contained in:
parent
8ebfd52a36
commit
2543c36d6f
1 changed files with 3 additions and 4 deletions
|
@ -6025,20 +6025,19 @@ (define-public r-rle
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue