gnu: r-statnet-common: Update to 4.8.0.

* gnu/packages/cran.scm (r-statnet-common): Update to 4.8.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:21 +01:00
parent 11128897fb
commit 9b06a73fad
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8283,14 +8283,14 @@ (define-public r-rle
(define-public r-statnet-common
(package
(name "r-statnet-common")
(version "4.7.0")
(version "4.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "statnet.common" version))
(sha256
(base32
"1cx1h1yzs8jjxk10y2h0wl69caspzgx5wdqp36dp4sxm0sk335xn"))))
"1w26g7nzvmawm8jqd0hsjr8lz1jr4l565wzcbwqwpyvk0q9rkyfy"))))
(properties
`((upstream-name . "statnet.common")))
(build-system r-build-system)