gnu: r-network: Update to 1.18.2.

* gnu/packages/cran.scm (r-network): Update to 1.18.2.

Change-Id: I0e9695a60606c87c839613e8ffb4e35e4c0b40c9
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:49 +01:00
parent 50aaf95338
commit ac05612a85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10324,14 +10324,14 @@ (define-public r-nestedcv
(define-public r-network
(package
(name "r-network")
(version "1.18.1")
(version "1.18.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "network" version))
(sha256
(base32
"0hyj7h0z6mvf0jq0fb5z9nny4c71pwqjl7w0z864in3754sp03f8"))))
"0yx20v3izm7037cx5swc19966z97w7q9xw4p2p6skfyap4nqjcxz"))))
(build-system r-build-system)
(propagated-inputs
(list r-magrittr r-statnet-common r-tibble))