me
/
guix
Archived
1
0
Fork 0

gnu: r-ggstance: Update to 0.3.7.

* gnu/packages/cran.scm (r-ggstance): Update to 0.3.7.

Change-Id: I29c3f248afc717cf6e623db1d9a6e3cd19fe055f
master
Ricardo Wurmus 2024-04-09 18:45:32 +02:00
parent 36d643ae21
commit 98d1cce5fa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15658,13 +15658,13 @@ and coverage methods to tune the choice of threshold.")
(define-public r-ggstance
(package
(name "r-ggstance")
(version "0.3.6")
(version "0.3.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggstance" version))
(sha256
(base32 "0wk3gbi5365sndi02gwd4c33vcrj5p8cfwakwjg010y5hgxx96nd"))))
(base32 "0v25si348qdp68887yx4d652rsz8w5lfabwaq1nvglrhs6s4f9js"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli r-ggplot2 r-plyr r-rlang r-withr))