gnu: r-ggfortify: Update to 0.4.7.

* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.7.
master
Ricardo Wurmus 2019-05-28 23:56:08 +02:00
parent 7a8577717f
commit 0fe52daa59
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14403,14 +14403,14 @@ includes data sets from oceanography.")
(define-public r-ggfortify
(package
(name "r-ggfortify")
(version "0.4.6")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggfortify" version))
(sha256
(base32
"1clyha9f9ygma64xbgi78lxsp1203f2ashqhhdpm71nr6w91bm88"))))
"1wk9j0xg5hj9i1vf62qjiphv8cbsgq7y6baay3pfl3wyb2dwgci0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)