me
/
guix
Archived
1
0
Fork 0

gnu: r-ggfortify: Update to 0.4.12.

* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.12.
master
Ricardo Wurmus 2021-07-10 13:26:20 +02:00
parent 74497e3d59
commit 1d101e2c17
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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