me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-statnet-common): Update to 4.6.0.
master
Ricardo Wurmus 2022-05-28 08:30:19 +02:00
parent 4b71cb9303
commit 20e8098845
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6795,14 +6795,14 @@ vectors.")
(define-public r-statnet-common (define-public r-statnet-common
(package (package
(name "r-statnet-common") (name "r-statnet-common")
(version "4.5.0") (version "4.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "statnet.common" version)) (uri (cran-uri "statnet.common" version))
(sha256 (sha256
(base32 (base32
"0bw8dwnv568i60xrj6d7gv0hnna1x7rvqaayy5i0827khvdj7nrw")))) "07djgc6qbxahiy5v15lfayxbj4188lxsb8xcs7hnbm2hic953bfx"))))
(properties (properties
`((upstream-name . "statnet.common"))) `((upstream-name . "statnet.common")))
(build-system r-build-system) (build-system r-build-system)