mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-ggstats: Update to 0.6.0.
* gnu/packages/cran.scm (r-ggstats): Update to 0.6.0. Change-Id: I9997cc7342f829339b8461d609d84dc76057692b
This commit is contained in:
parent
e3cf4366c9
commit
49fc4644df
1 changed files with 2 additions and 2 deletions
|
@ -1083,13 +1083,13 @@ (define-public r-ggfittext
|
|||
(define-public r-ggstats
|
||||
(package
|
||||
(name "r-ggstats")
|
||||
(version "0.5.1")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggstats" version))
|
||||
(sha256
|
||||
(base32 "1jcydapwarl1cxinm80rjmmli8vmlid8alnh6w484bh7nwzmcsic"))))
|
||||
(base32 "103d1d4azdiaf5i2dgr23wrx6svc0aq85axrfj0v2b2lkwial2pq"))))
|
||||
(properties `((upstream-name . "ggstats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-broom-helpers
|
||||
|
|
Loading…
Reference in a new issue