me
/
guix
Archived
1
0
Fork 0

gnu: r-ggfortify: Update to 0.4.11.

* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.11.
master
Ricardo Wurmus 2020-10-05 22:44:23 +02:00
parent 6f44e14b0f
commit 57d41e9045
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16168,14 +16168,14 @@ includes data sets from oceanography.")
(define-public r-ggfortify
(package
(name "r-ggfortify")
(version "0.4.10")
(version "0.4.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggfortify" version))
(sha256
(base32
"0wmcwp63h90v3f00ixszvis4z28im621jickvc0wgi6qvjvnayq0"))))
"1wfm7l9bz6msh7rflgfv9dgbxh1ikz2ay0v7sgk9nkc24y6lhbpk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)