mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-statnet-common: Update to 4.6.0.
* gnu/packages/cran.scm (r-statnet-common): Update to 4.6.0.
This commit is contained in:
parent
4b71cb9303
commit
20e8098845
1 changed files with 2 additions and 2 deletions
|
@ -6795,14 +6795,14 @@ (define-public r-rle
|
||||||
(define-public r-statnet-common
|
(define-public r-statnet-common
|
||||||
(package
|
(package
|
||||||
(name "r-statnet-common")
|
(name "r-statnet-common")
|
||||||
(version "4.5.0")
|
(version "4.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "statnet.common" version))
|
(uri (cran-uri "statnet.common" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bw8dwnv568i60xrj6d7gv0hnna1x7rvqaayy5i0827khvdj7nrw"))))
|
"07djgc6qbxahiy5v15lfayxbj4188lxsb8xcs7hnbm2hic953bfx"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "statnet.common")))
|
`((upstream-name . "statnet.common")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue