gnu: r-network: Update to 1.17.2.

* gnu/packages/cran.scm (r-network): Update to 1.17.2.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:19 +02:00
parent 29e58b9278
commit 4b71cb9303
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6726,14 +6726,14 @@ (define-public r-tinytest
(define-public r-network
(package
(name "r-network")
(version "1.17.1")
(version "1.17.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "network" version))
(sha256
(base32
"19q563v5xfkbmr0ws9nhqx4wrxkf9jsck51rqc8mm2gq2h03lg7w"))))
"1xrhzbci7ls4h05skdlirxl49jsvmylrqivz2kd6i33wh2ca324m"))))
(build-system r-build-system)
(propagated-inputs
(list r-magrittr r-statnet-common r-tibble))