mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: r-ggfortify: Update to 0.4.12.
* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.12.
This commit is contained in:
parent
74497e3d59
commit
1d101e2c17
1 changed files with 2 additions and 2 deletions
|
@ -18591,14 +18591,14 @@ (define-public r-plot3d
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue