mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-statnet-common: Update to 4.9.0.
* gnu/packages/cran.scm (r-statnet-common): Update to 4.9.0.
This commit is contained in:
parent
06e6bf4f1e
commit
6778a0249c
1 changed files with 2 additions and 2 deletions
|
@ -9144,14 +9144,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.8.0")
|
(version "4.9.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
|
||||||
"1w26g7nzvmawm8jqd0hsjr8lz1jr4l565wzcbwqwpyvk0q9rkyfy"))))
|
"1mrdzhxxrr6a0hwxczs40f8ppkdimlki1gbg6f3kv69s6rpdr1d4"))))
|
||||||
(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