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

* gnu/packages/cran.scm (r-statnet-common): Update to 4.7.0.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:52:52 +02:00
parent b58685a375
commit 4905326be2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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