me
/
guix
Archived
1
0
Fork 0

gnu: r-ggnetwork: Update to 0.5.12.

* gnu/packages/cran.scm (r-ggnetwork): Update to 0.5.12.
master
Ricardo Wurmus 2023-03-19 14:44:26 +01:00
parent c18cd55c9a
commit f63f68d0a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13087,14 +13087,14 @@ and coverage methods to tune the choice of threshold.")
(define-public r-ggnetwork
(package
(name "r-ggnetwork")
(version "0.5.10")
(version "0.5.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggnetwork" version))
(sha256
(base32
"0gqdgy5yh700dg0f7xb80hczlnqfisn8l55j7amd1n7fp2x5sr8v"))))
"1kg9354f39asq5baryh3zzzdl54g75mn1pxdr3pws9d2q5i8cdkl"))))
(properties `((upstream-name . "ggnetwork")))
(build-system r-build-system)
(propagated-inputs