me
/
guix
Archived
1
0
Fork 0

gnu: r-ggfortify: Update to 0.4.8.

* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.8.
master
Ricardo Wurmus 2019-11-14 08:21:23 +01:00
parent 17c5b6fcce
commit a6412edf29
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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