gnu: r-network: Update to 1.18.1.

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

View file

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